Skip to content
Snippets Groups Projects
Verified Commit 671c9d19 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: set options for finding Boost

parent 20ca0820
No related branches found
No related tags found
No related merge requests found
Pipeline #11961 failed
......@@ -66,6 +66,9 @@ ENDIF(WIN32)
# ----------------------------------------------------
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
SET_BOOST_DEFAULT_OPTIONS()
EXPORT_BOOST_DEFAULT_OPTIONS()
FIND_PACKAGE(Boost REQUIRED)
SEARCH_FOR_BOOST_PYTHON()
# ----------------------------------------------------
......
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