Skip to content
Snippets Groups Projects
Commit ec037976 authored by Alexis Nicolin's avatar Alexis Nicolin
Browse files

Corrected CMakeList.txt

Wrong installation destination.
Typo error.
Missing file.
parent e772daef
No related branches found
Tags v0.0.7
No related merge requests found
......@@ -13,20 +13,21 @@ catkin_package()
INSTALL(
FILES
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config
)
INSTALL(
FILES
launch/geometric-simu.launch
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/launch
launch/geometric_simu.launch
launch/geometric_simu_context.launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)
INSTALL(
FILES
package.xml
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/
)
#setup_project_finalize()
......
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