rosunit: cmake is now only responsible for rosunit binary
This commit is contained in:
parent
e13ba60ee2
commit
2d9efe389a
|
@ -1,13 +1,3 @@
|
|||
project(rosunit)
|
||||
find_package(catkin)
|
||||
|
||||
catkin_project(${PROJECT_NAME}
|
||||
VERSION 0.0.1
|
||||
PYTHONPATH src
|
||||
)
|
||||
|
||||
enable_python(${PROJECT_NAME})
|
||||
|
||||
install(DIRECTORY scripts
|
||||
install(FILES scripts/rosunit
|
||||
DESTINATION share/rosunit/bin
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue