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() ...@@ -13,20 +13,21 @@ catkin_package()
INSTALL( INSTALL(
FILES FILES
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/config DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config
) )
INSTALL( INSTALL(
FILES FILES
launch/geometric-simu.launch launch/geometric_simu.launch
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/launch launch/geometric_simu_context.launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
) )
INSTALL( INSTALL(
FILES FILES
package.xml package.xml
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/
) )
#setup_project_finalize() #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