Skip to content

Commit 6104907

Browse files
upgrade versions for sophus to avoid old cmake version errors (#65)
Co-authored-by: Tiziano Guadagnino <[email protected]>
1 parent ba12991 commit 6104907

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

cpp/3rdparty/sophus/sophus.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ set(SOPHUS_USE_BASIC_LOGGING ON CACHE BOOL "Don't use fmt for Sophus libraru")
2525
set(BUILD_SOPHUS_TESTS OFF CACHE BOOL "Don't build Sophus tests")
2626
set(BUILD_SOPHUS_EXAMPLES OFF CACHE BOOL "Don't build Sophus Examples")
2727

28-
FetchContent_Declare(
29-
sophus SYSTEM URL https://github.com/strasdat/Sophus/archive/refs/tags/1.22.10.tar.gz
30-
PATCH_COMMAND patch -p1 < ${CMAKE_CURRENT_LIST_DIR}/sophus.patch UPDATE_DISCONNECTED 1)
31-
28+
FetchContent_Declare(sophus SYSTEM
29+
URL https://github.com/strasdat/Sophus/archive/refs/tags/1.24.6.tar.gz)
3230
FetchContent_MakeAvailable(sophus)

cpp/3rdparty/sophus/sophus.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)