From 18d30974c02ca78e035b0ce1abb3b35d09f98595 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Sat, 10 Sep 2022 16:57:50 +0200 Subject: [PATCH] cmake: set REQUIRED --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f437ee6e..cc4b50ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ 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() +search_for_boost_python(REQUIRED) # ---------------------------------------------------- # --- INCLUDE ---------------------------------------- -- GitLab