X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=80040cfa013e96c576d59974939cd2deca1598d7;hp=61428e2ba65d0113bb8f1b4c1195f853838f43f6;hb=1400ec302022bfaff36e0fd65951085db7ef28f2;hpb=df38a9238d603ec8d2040619befa50980d994916 diff --git a/CMakeLists.txt b/CMakeLists.txt index 61428e2b..80040cfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,9 +195,6 @@ if (NOT HAVE_SSL) message(FATAL_ERROR "Quassel requires SSL support, but Qt is built with QT_NO_SSL") endif() -# Compat until fallback code paths have been disabled -add_definitions(-DHAVE_SSL) - # Optional Qt components find_package(Qt5LinguistTools QUIET)