diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-07-11 22:28:28 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-07-11 22:28:28 +0200 |
commit | 302169fd129c50930642b20f2c26dec9b9803b4f (patch) | |
tree | 5720eda020392fb7a931ad9640749071cafa93fe /cmake | |
parent | 264363e76c6e6e98d011eea2de5e1d4f2c2b063f (diff) |
Buildsystem: Lowered required boost version to 1.49
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/macros/ConfigureBoost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/ConfigureBoost.cmake b/cmake/macros/ConfigureBoost.cmake index fdb8b1b30dc..a06b1949964 100644 --- a/cmake/macros/ConfigureBoost.cmake +++ b/cmake/macros/ConfigureBoost.cmake @@ -27,7 +27,7 @@ if(WIN32) add_definitions(-D_WIN32_WINNT=${ver})
endif()
-find_package(Boost 1.55 REQUIRED system thread)
+find_package(Boost 1.49 REQUIRED system thread)
add_definitions(-DBOOST_DATE_TIME_NO_LIB)
add_definitions(-DBOOST_REGEX_NO_LIB)
add_definitions(-DBOOST_CHRONO_NO_LIB)
|