Skip to content

Commit

Permalink
Fix typo in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Dec 3, 2013
1 parent 259eb1f commit 8010bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions romeo_description/CMakeLists.txt
Expand Up @@ -11,8 +11,7 @@ set(PROJECT_URL github.com/laas/romeo)
include(cmake/base.cmake)
setup_project()
# Install launch file
install(FILES ${CMAKE_SOURCE_DIR}/launch/
${CMAKE_SOURCE_DIR}/launch/display.launch
install(FILES ${CMAKE_SOURCE_DIR}/launch/display.launch
${CMAKE_SOURCE_DIR}/launch/romeo.rviz
${CMAKE_SOURCE_DIR}/launch/sot_display.launch
DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/launch
Expand Down

0 comments on commit 8010bad

Please sign in to comment.