We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba12991 commit 6104907Copy full SHA for 6104907
cpp/3rdparty/sophus/sophus.cmake
@@ -25,8 +25,6 @@ set(SOPHUS_USE_BASIC_LOGGING ON CACHE BOOL "Don't use fmt for Sophus libraru")
25
set(BUILD_SOPHUS_TESTS OFF CACHE BOOL "Don't build Sophus tests")
26
set(BUILD_SOPHUS_EXAMPLES OFF CACHE BOOL "Don't build Sophus Examples")
27
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
-
+FetchContent_Declare(sophus SYSTEM
+ URL https://github.com/strasdat/Sophus/archive/refs/tags/1.24.6.tar.gz)
32
FetchContent_MakeAvailable(sophus)
cpp/3rdparty/sophus/sophus.patch
0 commit comments