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 0d511c0 commit 18d3097Copy full SHA for 18d3097
CMakeLists.txt
@@ -99,7 +99,7 @@ add_project_dependency(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
99
set_boost_default_options()
100
export_boost_default_options()
101
find_package(Boost REQUIRED)
102
-search_for_boost_python()
+search_for_boost_python(REQUIRED)
103
104
# ----------------------------------------------------
105
# --- INCLUDE ----------------------------------------
0 commit comments