From a697100df7b8a49215b4915a6ea3789b414bf115 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 23 Dec 2015 10:45:58 +0000 Subject: [PATCH] Update to Boost 1.60 It's got a few logging bug fixes, but something has now also pulled in a Boost.Atomic dependency... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 070126fe..b9bec963 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ IF (NOT Boost_USE_STATIC_LIBS) add_definitions(-DBOOST_LOG_DYN_LINK) ENDIF () -find_package(Boost REQUIRED COMPONENTS log log_setup regex locale thread date_time chrono filesystem system iostreams) +find_package(Boost REQUIRED COMPONENTS atomic log log_setup regex locale thread date_time chrono filesystem system iostreams) find_package(yaml-cpp) find_package(GTest)