Skip to content
Snippets Groups Projects
Commit ed81d1fe authored by Studer Gabriel's avatar Studer Gabriel
Browse files

re-enable Boost_NO_BOOST_CMAKE Flag

I assume there was good reason to add it...
parent 227ed0ad
Branches
Tags
No related merge requests found
...@@ -942,6 +942,7 @@ endmacro() ...@@ -942,6 +942,7 @@ endmacro()
set(_BOOST_MIN_VERSION 1.31) set(_BOOST_MIN_VERSION 1.31)
macro(setup_boost) macro(setup_boost)
set (Boost_NO_BOOST_CMAKE TRUE)
# starting with CMake 3.11 we could use the following instead of the foreach # starting with CMake 3.11 we could use the following instead of the foreach
# find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS # find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS
# python${Python_VERSION_MAJOR}${Python_VERSION_MINOR} REQUIRED) # python${Python_VERSION_MAJOR}${Python_VERSION_MINOR} REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment