summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-02-09 20:32:26 +0100
committerTannin <sherb@gmx.net>2016-02-09 20:32:26 +0100
commitad9d50e5f0b12a75353c0172979ea8165d0d5127 (patch)
treedcccc6209b7e12acf88f3981846cc6b8cc571fca /src/CMakeLists.txt
parent63eaf453e0de2087ce7d2a3c26edc7eac4bd1882 (diff)
replaced boost&qt foreach-implementations by the c++11 variant
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a6434acf..4cd16f04 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -268,7 +268,7 @@ INCLUDE_DIRECTORIES(${Qt5Declarative_INCLUDES})
ADD_DEFINITIONS(-DQT_MESSAGELOGCONTEXT)
# Boost
-SET(Boost_USE_STATIC_LIBS ON)
+SET(Boost_USE_STATIC_LIBS OFF)
SET(Boost_USE_MULTITHREADED ON)
SET(Boost_USE_STATIC_RUNTIME OFF)
FIND_PACKAGE(Boost REQUIRED)