X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FCMakeLists.txt;h=2332d8c4f8cffd0dd284b3e6dff5012e0c48ff37;hp=43e68402bcdae22dc8d358ac912895ff22a3b05e;hb=622ae84876eaab27ab232ee72e97e090b0aa57c0;hpb=8cacd45fd61aeaa5a50ed9985577022cae00fcff diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 43e68402..2332d8c4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -45,7 +45,7 @@ set(LIBS ) if(HAVE_SSL) set(SOURCES ${SOURCES} sslserver.cpp) include_directories(${OPENSSL_INCLUDE_DIR}) -endif(HAVE_SSL) +endif() if (QCA2_FOUND) add_definitions(-DHAVE_QCA2)