Fixes #62, required boost version is now 1.53
This commit is contained in:
parent
7ad8de4abc
commit
7fbb74b456
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ include_directories(.)
|
||||||
|
|
||||||
find_package(Threads REQUIRED)
|
find_package(Threads REQUIRED)
|
||||||
|
|
||||||
find_package(Boost 1.54.0 COMPONENTS regex system thread filesystem date_time REQUIRED)
|
find_package(Boost 1.53.0 COMPONENTS regex system thread filesystem date_time REQUIRED)
|
||||||
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
|
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue