Skip to content
Snippets Groups Projects
Commit 7349c38a authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[cmake] Uses eigenpy only when BUILD_PYTHON_INTERFACE is on.

parent e9b8450f
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,10 @@ FOREACH(lib ${plugins}) ...@@ -43,6 +43,10 @@ FOREACH(lib ${plugins})
TARGET_LINK_LIBRARIES(${libname} ${Boost_LIBRARIES}) TARGET_LINK_LIBRARIES(${libname} ${Boost_LIBRARIES})
PKG_CONFIG_USE_DEPENDENCY(${libname} pinocchio) PKG_CONFIG_USE_DEPENDENCY(${libname} pinocchio)
IF(BUILD_PYTHON_INTERFACE)
PKG_CONFIG_USE_DEPENDENCY(${libname} eigenpy)
ENDIF(BUILD_PYTHON_INTERFACE)
PKG_CONFIG_USE_DEPENDENCY(${libname} sot-core) PKG_CONFIG_USE_DEPENDENCY(${libname} sot-core)
PKG_CONFIG_USE_DEPENDENCY(${libname} dynamic-graph) PKG_CONFIG_USE_DEPENDENCY(${libname} dynamic-graph)
......
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