cmake: Remove boilerplate from HAVE_SSL check
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 2 Aug 2018 23:32:35 +0000 (01:32 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commitd271c469e6d61005e45d22e7766f0bcb431c8327
tree42401cd3eee2f1666735209fe47b4c4e70a44707
parent18746a803a6cf040c6525f8916bb721c1edbce1f
cmake: Remove boilerplate from HAVE_SSL check

Instead of setting flags and includes manually (potentially
polluting global variables), just link the test program to
Qt5::Core directly and rely on property propagation.
CMakeLists.txt