Skip to content

Commit

Permalink
CMake: we need to search for boost python if we want to link to it
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s authored and olivier-stasse committed Jul 9, 2024
1 parent 3b4124c commit b0f8533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/master_board_sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if(BUILD_PYTHON_INTERFACE)
set(PYTHON_COMPONENTS Interpreter Development.Module)
findpython(REQUIRED)
set_boost_default_options()
search_for_boost_python(REQUIRED)
endif(BUILD_PYTHON_INTERFACE)

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

0 comments on commit b0f8533

Please sign in to comment.