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

[CMake] install target instead of file

parent 6400ecc5
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ ENDIF(APPLE)
PKG_CONFIG_USE_DEPENDENCY(spline eigenpy)
INSTALL(
FILES ${LIBRARY_OUTPUT_PATH}spline.so DESTINATION ${PYTHON_SITELIB}
TARGETS spline DESTINATION ${PYTHON_SITELIB}
)
ADD_PYTHON_UNIT_TEST("python-spline" "python/test/test.py" "python")
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