Skip to content

Commit a43f82f

Browse files
committed
Fix build with newer GTSAM version
1 parent d609f59 commit a43f82f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cpp/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ include_directories(${GTSAM_INCLUDE_DIR})
1111
link_directories(${GTSAM_LIBRARY_DIRS})
1212
message("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
2016
find_package(Boost COMPONENTS serialization filesystem system program_options thread REQUIRED)
@@ -108,10 +104,6 @@ add_executable (robust_distributed_optimization_example_2robots examples/robust_
108104
target_link_libraries (robust_distributed_optimization_example_2robots
109105
distributed_mapper)
110106

111-
###########################################################################
112-
# Tests
113-
add_subdirectory(tests)
114-
115107
###########################################################################
116108
# Install
117109
install(TARGETS graph_utils DESTINATION lib)

0 commit comments

Comments
 (0)