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
No related branches found
No related tags found
No related merge requests found
......@@ -942,6 +942,7 @@ endmacro()
set(_BOOST_MIN_VERSION 1.31)
macro(setup_boost)
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment