File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ include_directories(${GTSAM_INCLUDE_DIR})
1111link_directories (${GTSAM_LIBRARY_DIRS} )
1212message ("GTSAM Libraries: ${GTSAM_LIBRARIES} " )
1313
14- # for unittest examples
15- set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} " "${GTSAM_DIR} /../GTSAMCMakeTools" )
16- include (GtsamTesting)
17-
1814###########################################################################
1915# Find Boost
2016find_package (Boost COMPONENTS serialization filesystem system program_options thread REQUIRED)
@@ -108,10 +104,6 @@ add_executable (robust_distributed_optimization_example_2robots examples/robust_
108104target_link_libraries (robust_distributed_optimization_example_2robots
109105 distributed_mapper)
110106
111- ###########################################################################
112- # Tests
113- add_subdirectory (tests)
114-
115107###########################################################################
116108# Install
117109install (TARGETS graph_utils DESTINATION lib)
You can’t perform that action at this time.
0 commit comments