1234567891011121314151617181920 |
- 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:
|