blob: 48a7fcc783f0c2ec465b6f8be57a537a8d3c630f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Remove Boost version check which makes using the
system boost libraries close to impossible.
--- a/cmake/boost.cmake
+++ b/cmake/boost.cmake
@@ -262,13 +262,6 @@
COULD_NOT_FIND_BOOST()
ENDIF()
-IF(NOT BOOST_MINOR_VERSION EQUAL 59)
- MESSAGE(WARNING "Boost minor version found is ${BOOST_MINOR_VERSION} "
- "we need 59"
- )
- COULD_NOT_FIND_BOOST()
-ENDIF()
-
MESSAGE(STATUS "BOOST_INCLUDE_DIR ${BOOST_INCLUDE_DIR}")
# We have a limited set of patches/bugfixes here:
|