Move maps to /usr/local and allow these settings to get defaults from the cmakelists

This commit is contained in:
Marc Di Luzio 2014-12-31 14:07:34 +00:00
parent 3f76b6430b
commit 3f892ec2aa
3 changed files with 14 additions and 3 deletions

View file

@ -25,4 +25,4 @@ add_custom_target(
add_dependencies(ttrts-gen-maps ${PROJECT_NAME})
# Installation target
install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/maps DESTINATION /usr/share/ttrts )
install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/maps DESTINATION /usr/local/share/ttrts )