Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2017-11-08 09:36:38 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2017-11-09 17:49:33 +0300
commitce2218d0864bd52b5ee970400a46c8e833c1163d (patch)
tree1fea7272e39c7659173623a8bc507976904e00ef /CMakeLists.txt
parentee2e261f6b2b1d22574bee24f2f5e4f2af163794 (diff)
using boost::signals2 with compatibility for older swiften
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61bfe0ec..a0516fe5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -402,10 +402,6 @@ if (WIN32)
ADD_DEFINITIONS(-DBOOST_THREAD_USE_LIB)
endif()
-# We cannot use boost:signals2, because Swiften does not use them,
-# for now, just ignore the deprecation warning.
-ADD_DEFINITIONS(-DBOOST_SIGNALS_NO_DEPRECATION_WARNING)
-
if(CMAKE_BUILD_TYPE MATCHES Debug)
if (CMAKE_COMPILER_IS_GNUCXX)
ADD_DEFINITIONS(-O0)