rosrun is now installed in rosbash. ros now sets up fake ROS_ROOT in share/ros
This commit is contained in:
parent
322061a023
commit
0a2bad5155
|
@ -16,11 +16,6 @@ foreach(subdir
|
|||
add_subdirectory(${subdir})
|
||||
endforeach()
|
||||
|
||||
install(PROGRAMS
|
||||
bin/rosrun
|
||||
DESTINATION bin
|
||||
)
|
||||
|
||||
# nosetests are declared here to make them visible to the build system
|
||||
# (e.g., for Jenkins to invoke) but keep them from polluting the pristine
|
||||
# Python packages.
|
||||
|
@ -30,3 +25,13 @@ add_nosetests(tools/rosunit/test)
|
|||
add_nosetests(tools/rosclean/test)
|
||||
add_nosetests(tools/roscreate/test)
|
||||
|
||||
# INSTALLATION
|
||||
|
||||
# setup our backwards-compatibility ROS_ROOT
|
||||
install(DIRECTORY core/rosbuild
|
||||
DESTINATION share/ros/core/rosbuild
|
||||
)
|
||||
install(DIRECTORY core/mk
|
||||
DESTINATION share/ros/core/rosbuild
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue