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

Merge branch 'wxm-install-package-xml' into 'devel'

Install package.xml

See merge request !25
parents f096f11b 7f053ec1
No related branches found
No related tags found
1 merge request!25Install package.xml
Pipeline #6965 failed
......@@ -53,3 +53,6 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
INSTALL(DIRECTORY robots/hector_description DESTINATION share/${PROJECT_NAME}/robots)
INSTALL(DIRECTORY robots/double_pendulum_description DESTINATION share/${PROJECT_NAME}/robots)
ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
# Install catkin package.xml
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
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