Skip to content
Snippets Groups Projects
Commit 772c4279 authored by Masaki Murooka's avatar Masaki Murooka
Browse files

[CMkeLists.txt] Link to Boost::serialization with non-interface in python module library.

parent f15c6332
No related branches found
No related tags found
No related merge requests found
Pipeline #13788 passed with warnings
......@@ -13,6 +13,7 @@ ADD_LIBRARY(${wrap} SHARED ${${PROJECT_NAME}_WRAP_SOURCES})
SET_TARGET_PROPERTIES(${wrap} PROPERTIES OUTPUT_NAME ${PROJECT_NAME} PREFIX "")
TARGET_COMPILE_OPTIONS(${wrap} PRIVATE "-Wno-conversion")
TARGET_LINK_LIBRARIES(${wrap} eigenpy::eigenpy)
TARGET_LINK_LIBRARIES(${wrap} Boost::serialization)
IF(CURVES_WITH_PINOCCHIO_SUPPORT)
TARGET_LINK_LIBRARIES(${wrap} pinocchio::pinocchio)
ENDIF(CURVES_WITH_PINOCCHIO_SUPPORT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment