Skip to content
Snippets Groups Projects
Commit 8bba05df authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[cmake] Change data install directory from ../share/... to ../share/talos-data/..

parent b3ff2e53
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ADD_REQUIRED_DEPENDENCY("urdfdom >= 0.2.9")
FOREACH(dir config gazebo meshes robots urdf srdf)
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/${dir}
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${dir})
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/${dir})
ENDFOREACH(dir)
SETUP_PROJECT_FINALIZE()
\ No newline at end of file
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