diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 204c3f3b..f1c12c33 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,5 +1,5 @@ ### Add Boost and Threads -find_package(Boost 1.42 COMPONENTS thread coroutine context REQUIRED) +find_package(Boost 1.53 COMPONENTS thread coroutine context REQUIRED) include_directories(${Boost_INCLUDE_DIRS}) link_directories(${Boost_LIBRARY_DIRS})