From 764bef9cad14b68f178d028d8dbf9899a1475f40 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Wed, 25 Feb 2015 16:42:50 +0100 Subject: [PATCH] Boost 1.54 should work --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 989bd8f..46aeb9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ else() endif() #Only tested with versions 1.55 and 1.56 -find_package(Boost 1.55.0 COMPONENTS system thread coroutine context REQUIRED) +find_package(Boost 1.54.0 COMPONENTS system thread coroutine context REQUIRED) message("Boost include dir: ${Boost_INCLUDE_DIR}") message("Boost libraries: ${Boost_LIBRARIES}") include_directories(${Boost_INCLUDE_DIR})