Skip to content
Snippets Groups Projects
Commit d8bf35f6 authored by mnaveau's avatar mnaveau
Browse files

allow to install the plugind to the same place as the pkconfig files

parent f6a9989e
No related branches found
No related tags found
No related merge requests found
Subproject commit 14fd3668f967ea742f247054896f253d62438950
Subproject commit a831f5403a93b67c6cb8675625e79dd676a565f3
......@@ -110,7 +110,7 @@ FOREACH(LIBRARY_NAME ${plugins})
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} pinocchio)
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} sot-core)
INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION ${DYNAMIC_GRAPH_PLUGINDIR})
INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/plugin)
# --- PY ---
STRING(REPLACE - _ PYTHON_LIBRARY_NAME ${LIBRARY_NAME})
......
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