Update to Boost 1.60

It's got a few logging bug fixes, but something has now also pulled in a
Boost.Atomic dependency...
This commit is contained in:
Oliver Hamlet
2015-12-23 14:34:56 +00:00
parent 22cba97ddf
commit a697100df7
+1 -1
View File
@@ -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)