rosbag: don't build mytest
This commit is contained in:
parent
5041f27204
commit
0e73f9240a
|
@ -20,9 +20,6 @@ target_link_libraries(record rosbag)
|
|||
rosbuild_add_executable(play src/play.cpp)
|
||||
target_link_libraries(play rosbag)
|
||||
|
||||
rosbuild_add_executable(mytest test/mytest.cpp)
|
||||
target_link_libraries(mytest rosbag)
|
||||
|
||||
INSTALL(TARGETS record play
|
||||
RUNTIME DESTINATION $ENV{ROS_ROOT}/bin)
|
||||
|
||||
|
|
Loading…
Reference in New Issue