diff options
author | leak <leak@bitmx.net> | 2014-07-16 18:42:17 +0200 |
---|---|---|
committer | leak <leak@bitmx.net> | 2014-07-16 18:42:17 +0200 |
commit | e2fed645508b4d2c21a0b0f0e3453a89d039726e (patch) | |
tree | 18950c910f5397c0acf3f9f011022f0460d9afa1 /cmake | |
parent | aedb824e99b9e6447616e91d456d590537ce1153 (diff) |
Update related files to lowered Boost version requirement
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/macros/ConfigureBoost.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/macros/ConfigureBoost.cmake b/cmake/macros/ConfigureBoost.cmake index aa64414afb7..d8514b5ad28 100644 --- a/cmake/macros/ConfigureBoost.cmake +++ b/cmake/macros/ConfigureBoost.cmake @@ -18,7 +18,6 @@ if(WIN32) message(FATAL_ERROR "No BOOST_ROOT environment variable could be found! Please make sure it is set and the points to your Boost installation.")
endif()
- set(Boost_ADDITIONAL_VERSIONS "1.55" "1.55.0")
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
|