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

[CMake] hpp-fcl depency is needed

parent 74739acf
Branches
Tags v1.2.1
No related merge requests found
......@@ -153,6 +153,10 @@ PKG_CONFIG_USE_DEPENDENCY(${PYWRAP} eigenpy)
TARGET_LINK_LIBRARIES(${PYWRAP} ${PROJECT_NAME})
TARGET_LINK_BOOST_PYTHON(${PYWRAP})
IF(HPP_FCL_FOUND)
PKG_CONFIG_USE_DEPENDENCY(${PYWRAP} hpp-fcl)
ENDIF(HPP_FCL_FOUND)
IF(APPLE)
# We need to change the extension for python bindings
SET_TARGET_PROPERTIES(${PYWRAP} PROPERTIES SUFFIX ".so")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment