summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-09 15:24:08 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-09 15:24:08 +0200
commitc28b49fc00c4d8a823b204c2607bf1d2b727c250 (patch)
treee71293c00b60b076dc6904e44c0a93a547b25102
parent78882caf580656fbc4dc40f382055315291b311a (diff)
cmake: link against boost_atomic too
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index be34cd9..282ad65 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -68,7 +68,7 @@ ELSE()
ENDIF()
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
-FIND_PACKAGE(Boost 1.41.0 COMPONENTS thread unit_test_framework program_options system filesystem date_time REQUIRED)
+FIND_PACKAGE(Boost 1.41.0 COMPONENTS thread unit_test_framework program_options system filesystem date_time atomic REQUIRED)
IF(NOT Boost_FOUND)
MESSAGE(FATAL_ERROR "Boost not found!")
ENDIF()