We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ca082 commit 671c9d1Copy full SHA for 671c9d1
CMakeLists.txt
@@ -66,6 +66,9 @@ ENDIF(WIN32)
66
# ----------------------------------------------------
67
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
68
69
+SET_BOOST_DEFAULT_OPTIONS()
70
+EXPORT_BOOST_DEFAULT_OPTIONS()
71
+FIND_PACKAGE(Boost REQUIRED)
72
SEARCH_FOR_BOOST_PYTHON()
73
74
0 commit comments