From dae3faac01cf2e293aa13648655a64d0c056c3cd Mon Sep 17 00:00:00 2001 From: Tim Field Date: Mon, 3 May 2010 09:40:35 +0000 Subject: [PATCH] rosrecord: remove test program from CMakeLists.txt --- tools/rosrecord/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/rosrecord/CMakeLists.txt b/tools/rosrecord/CMakeLists.txt index 67b0b7a5..33ccb829 100644 --- a/tools/rosrecord/CMakeLists.txt +++ b/tools/rosrecord/CMakeLists.txt @@ -21,10 +21,6 @@ rosbuild_link_boost(rosrecord iostreams) rosbuild_add_executable(rosplay src/rosplay/rosplay.cpp src/rosplay/time_publisher.cpp) rosbuild_link_boost(rosplay iostreams system) -rosbuild_add_executable(mytest test/mytest.cpp) -target_link_libraries(mytest rosrecorder) -rosbuild_link_boost(mytest iostreams) - INSTALL(TARGETS rosrecord rosplay RUNTIME DESTINATION $ENV{ROS_ROOT}/bin)