Skip to content

Commit 54b2730

Browse files
committed
cmake edited
1 parent 3550076 commit 54b2730

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ add_executable( keyframe_pose_graph_slam
7777
add_dependencies(keyframe_pose_graph_slam cerebro_generate_messages_cpp)
7878

7979

80-
add_executable( test_disjointset_imp src/test_disjointset.cpp )
81-
add_executable( test_bfs_imp src/test_bfs.cpp )
80+
#add_executable( test_disjointset_imp src/test_disjointset.cpp )
81+
#add_executable( test_bfs_imp src/test_bfs.cpp )
8282

8383
# Debug Node
8484
#add_executable( debug_kf_slam_node
@@ -99,8 +99,8 @@ target_link_libraries( keyframe_pose_graph_slam
9999
# ${ZLIB_LIBRARIES}
100100
)
101101

102-
target_link_libraries( test_disjointset_imp ${catkin_LIBRARIES} )
103-
target_link_libraries( test_bfs_imp ${catkin_LIBRARIES} )
102+
#target_link_libraries( test_disjointset_imp ${catkin_LIBRARIES} )
103+
#target_link_libraries( test_bfs_imp ${catkin_LIBRARIES} )
104104

105105
#target_link_libraries( debug_kf_slam_node
106106
# ${OpenCV_LIBRARIES}

0 commit comments

Comments
 (0)