X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=889d2b0d4cabd101bbf8cfebea21a00ecd4b0bd5;hb=05c8e4b7f9332a04792de227b0299109a87bd18e;hp=16dac306a80a124028e9b079ec9e6fd07254245d;hpb=6ef6a889fa6a8b332aa8a052d9a173778425f963;p=quassel.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 16dac306..889d2b0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,9 @@ endif(SPUTDEV) # Set up OpenSSL find_package(OpenSSL) +if(NOT OPENSSL_FOUND) + add_definitions(-DQT_NO_OPENSSL) +endif(NOT OPENSSL_FOUND) # Select a Qt installation here, if you don't want to use system Qt if(QT)