Skip to content
Snippets Groups Projects
Verified Commit 31c9b823 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix link issue

parent 9486952e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ ADD_LIBRARY(${LIBRARY_NAME} SHARED
fcl.cc)
TARGET_LINK_BOOST_PYTHON(${LIBRARY_NAME} PUBLIC)
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} PUBLIC ${PROJECT_NAME})
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} PUBLIC ${PROJECT_NAME} ${BOOST_system_LIBRARY})
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} eigenpy)
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES
......
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