mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user