Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Jan 11, 2025
1 parent 343ac8e commit e363af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ set(GTSAM_USE_SYSTEM_EIGEN ON)
set(gtsam_patch git apply ${CMAKE_SOURCE_DIR}/patches/add-cassert.patch)
fetchcontent_declare(
gtsam
GIT_REPOSITORY https://github.com/calcmogul/gtsam
GIT_TAG 79960095b9d8e03dd9ee83d7e0c9cab810a05a72
GIT_REPOSITORY https://github.com/borglab/gtsam
GIT_TAG 49c67d38196fcceb98c328d7074b26c6a04a49c9
GIT_PROGRESS TRUE
PATCH_COMMAND ${gtsam_patch}
UPDATE_DISCONNECTED 1
Expand Down

0 comments on commit e363af5

Please sign in to comment.