diff --git a/cmake_support/OST.cmake b/cmake_support/OST.cmake index 2e5a58c5950bc927300d128ebdee8000002a6467..3456bc0dc3eec871c172798e790f33fc00744d36 100644 --- a/cmake_support/OST.cmake +++ b/cmake_support/OST.cmake @@ -942,7 +942,7 @@ endmacro() set(_BOOST_MIN_VERSION 1.31) macro(setup_boost) - set (Boost_NO_BOOST_CMAKE TRUE) + #set (Boost_NO_BOOST_CMAKE TRUE) # starting with CMake 3.11 we could use the following instead of the foreach # find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS # python${Python_VERSION_MAJOR}${Python_VERSION_MINOR} REQUIRED)