Skip to content
Snippets Groups Projects
Commit d7ca1e32 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

disable boost internal cmake use, as it clashes with ost cmake setup

parent 03668e96
Branches
Tags
No related merge requests found
......@@ -901,6 +901,7 @@ endmacro()
set(_BOOST_MIN_VERSION 1.31)
macro(setup_boost)
set (Boost_NO_BOOST_CMAKE TRUE)
find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS python REQUIRED)
set(BOOST_PYTHON_LIBRARIES ${Boost_LIBRARIES})
set(Boost_LIBRARIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment