remove todo, condense rule
This commit is contained in:
parent
5797027d9c
commit
b3c8c6016f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue