Skip to content

Commit

Permalink
Modify default value of USE_GTSAM to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Dec 31, 2023
1 parent 6a46619 commit 2511f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stella_vslam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ find_package(g2o REQUIRED
g2o::csparse)

# gtsam
set(USE_GTSAM ON CACHE BOOL "Enable gtsam")
set(USE_GTSAM OFF CACHE BOOL "Enable gtsam")
unset(GTSAM_INCLUDE_DIRS CACHE)
find_path(GTSAM_INCLUDE_DIRS NAMES gtsam
PATHS /usr/local/include/)
Expand Down

0 comments on commit 2511f3f

Please sign in to comment.