Skip to content

Commit 6290329

Browse files
authored
Merge pull request #319 from jcarpent/devel
Fix Boost.Python export
2 parents 2516da9 + 5374fbb commit 6290329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ add_project_dependency(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
9999
set_boost_default_options()
100100
export_boost_default_options()
101101
find_package(Boost REQUIRED)
102-
search_for_boost_python()
102+
search_for_boost_python(REQUIRED)
103103

104104
# ----------------------------------------------------
105105
# --- INCLUDE ----------------------------------------

0 commit comments

Comments
 (0)