Skip to content
Snippets Groups Projects
Commit 35f6a4ee authored by Alexis Nicolin's avatar Alexis Nicolin Committed by Olivier Stasse
Browse files

Corrected CMakeList.txt

Wrong installation destination.
Typo error.
Missing file.
parent 353c6d9f
No related branches found
No related tags found
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