Skip to content

Commit

Permalink
Fix python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Aug 10, 2022
1 parent 6ebd56d commit 593ca02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/scenes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ target_link_libraries(scenes PUBLIC
wbc-scenes
wbc-robot_models-kdl
wbc-solvers-hls
wbc-solvers-qpoases)
wbc-solvers-qpoases
Boost::python3)

target_include_directories(scenes PUBLIC
${PYTHON_INCLUDE_DIRS})
Expand Down

0 comments on commit 593ca02

Please sign in to comment.