X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=046b66d88b4fb1a3e461cc3d63603b7dba53072c;hp=2c29af4407e24c12cf7913f57cf0b72e4d52b772;hb=07d99f2b05f61df83278021d041d9e701a14f0d9;hpb=ecf1ab29dd398f0e0beaff327443909096d24f55 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c29af44..046b66d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -430,7 +430,7 @@ set(CMAKE_REQUIRED_INCLUDES ${QT_INCLUDES} ${Qt5Core_INCLUDE_DIRS}) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Core_EXECUTABLE_COMPILE_FLAGS}") check_cxx_source_compiles(" #include \"qglobal.h\" - #if defined QT_NO_OPENSSL || defined QT_NO_SSL + #if defined QT_NO_SSL # error \"No SSL support\" #endif int main() {}"