remove todo, condense rule

This commit is contained in:
Ken Conley 2012-01-06 02:22:08 +00:00
parent 5797027d9c
commit b3c8c6016f
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
cmake_minimum_required(VERSION 2.8)
project(rosbash)
install(FILES rosbash rostcsh roszsh
DESTINATION share/ros/rosbash)
# TODO: manifests should go in automatically
install(FILES manifest.xml
install(FILES manifest.xml rosbash rostcsh roszsh
DESTINATION share/ros/rosbash)