Skip to content

Commit

Permalink
remove robust_pgo in cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
520xyxyzq authored Sep 9, 2022
1 parent f522e13 commit 2579a2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
add_executable(icp icp.cpp)
target_link_libraries(icp dcsam gtsam)

add_executable(robust_pgo robust_pgo.cpp)
target_link_libraries(robust_pgo dcsam gtsam)

add_executable(robust_pgo_mc robust_pgo_mc.cpp)
target_link_libraries(robust_pgo_mc dcsam gtsam)

0 comments on commit 2579a2d

Please sign in to comment.