Skip to content
Snippets Groups Projects
Commit da384f05 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] detail

parent 34b2a608
No related branches found
No related tags found
No related merge requests found
Pipeline #7491 failed
......@@ -53,9 +53,8 @@ PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} eigenpy)
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES
PREFIX ""
SUFFIX "${PYTHON_EXT_SUFFIX}"
LIBRARY_OUTPUT_NAME ${LIBRARY_NAME})
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SUFFIX "${PYTHON_EXT_SUFFIX}")
INSTALL(TARGETS ${LIBRARY_NAME}
DESTINATION ${PYTHON_SITELIB})
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