From 1400ec302022bfaff36e0fd65951085db7ef28f2 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 15 Mar 2020 18:59:20 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.20.1