Merge pull request #5 from craigminihan/patch-1

Require Boost version 1.55 or later
This commit is contained in:
Ole Christian Eidheim 2015-02-25 15:17:06 +01:00
commit ed4d8a9433

View file

@ -15,7 +15,7 @@ else()
endif()
#Only tested with versions 1.55 and 1.56
find_package(Boost 1.41.0 COMPONENTS system thread coroutine context REQUIRED)
find_package(Boost 1.55.0 COMPONENTS system thread coroutine context REQUIRED)
message("Boost include dir: ${Boost_INCLUDE_DIR}")
message("Boost libraries: ${Boost_LIBRARIES}")
include_directories(${Boost_INCLUDE_DIR})