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

cmake: set REQUIRED

parent 0d511c09
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ add_project_dependency(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5") ...@@ -99,7 +99,7 @@ add_project_dependency(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
set_boost_default_options() set_boost_default_options()
export_boost_default_options() export_boost_default_options()
find_package(Boost REQUIRED) find_package(Boost REQUIRED)
search_for_boost_python() search_for_boost_python(REQUIRED)
# ---------------------------------------------------- # ----------------------------------------------------
# --- INCLUDE ---------------------------------------- # --- INCLUDE ----------------------------------------
......
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