File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ find_package(catkin REQUIRED COMPONENTS
14
14
find_package (Boost REQUIRED COMPONENTS system signals)
15
15
include_directories (include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} )
16
16
17
- message ("catkin_libs:::::::::::::::::::::::::::::::::::::::::::" )
18
- message (${catkin_LIBRARIES} )
19
-
20
17
##############################################################################
21
18
# Build service definitions
22
19
##############################################################################
@@ -77,7 +74,7 @@ if(CATKIN_ENABLE_TESTING)
77
74
target_link_libraries (dummy_scan_producer ${catkin_LIBRARIES} ${Boost_LIBRARIES} )
78
75
add_dependencies (dummy_scan_producer ${PROJECT_NAME} _gencpp)
79
76
80
- catkin_add_gtest (test_assembler EXCLUDE_FROM_ALL test /test_assembler.cpp)
77
+ add_executable (test_assembler EXCLUDE_FROM_ALL test /test_assembler.cpp)
81
78
target_link_libraries (test_assembler ${catkin_LIBRARIES} ${Boost_LIBRARIES} )
82
79
add_dependencies (test_assembler ${PROJECT_NAME} _gencpp)
83
80
You can’t perform that action at this time.
0 commit comments