Skip to content

Commit

Permalink
cmake: update Boost.Python search
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 25, 2020
1 parent 53dbac6 commit 96e4f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ ENDIF(WIN32)
# ----------------------------------------------------
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")

SET(BOOST_COMPONENTS python)
SEARCH_FOR_BOOST()
SEARCH_FOR_BOOST_PYTHON()

# ----------------------------------------------------
# --- INCLUDE ----------------------------------------
Expand Down

0 comments on commit 96e4f9c

Please sign in to comment.