From: Manuel Nickschas Date: Sun, 15 Mar 2020 17:59:20 +0000 (+0100) Subject: ssl: Remove HAVE_SSL define X-Git-Tag: test-01~8 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=1400ec302022bfaff36e0fd65951085db7ef28f2;p=quassel.git ssl: Remove HAVE_SSL define With fallback code for missing SSL support removed from the code base, the HAVE_SSL define is no longer needed. --- 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)