@@ -16,14 +16,14 @@ include(FetchContent) # once in the project to include the module
1616
1717FetchContent_Declare (
1818 Dispenso
19- GIT_REPOSITORY https://github.com/facebookincubator/dispenso.git
20- GIT_TAG f5d0dc5c5c02bf26063ab11ebfaa42f6d1a7c650 # v1.4.0
19+ GIT_REPOSITORY https://github.com/facebookincubator/dispenso.git
20+ GIT_TAG f5d0dc5c5c02bf26063ab11ebfaa42f6d1a7c650 # v1.4.0
2121)
2222
2323FetchContent_Declare (
2424 vrs
25- GIT_REPOSITORY https://github.com/facebookresearch/vrs.git
26- GIT_TAG b5b854ea618f45fdce8c5d69e11cc879845adfc9 # master August 14, 2024 .
25+ GIT_REPOSITORY https://github.com/facebookresearch/vrs.git
26+ GIT_TAG 26fdab54501d3567f27f953c13b9c786e000b7ee # master Sept 3, 2025 .
2727)
2828# Override config for vrs
2929option (UNIT_TESTS OFF )
@@ -35,13 +35,13 @@ FetchContent_MakeAvailable(vrs)
3535
3636FetchContent_Declare (
3737 eigen
38- GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
39- GIT_TAG 19cacd3ecb9dab73c2dd7bc39d9193e06ba92bdd # 3.4.90
38+ GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
39+ GIT_TAG 19cacd3ecb9dab73c2dd7bc39d9193e06ba92bdd # 3.4.90
4040)
4141FetchContent_Declare (
4242 Sophus
43- GIT_REPOSITORY https://github.com/strasdat/Sophus.git
44- GIT_TAG de0f8d3d92bf776271e16de56d1803940ebccab9 # 1.22.10
43+ GIT_REPOSITORY https://github.com/strasdat/Sophus.git
44+ GIT_TAG de0f8d3d92bf776271e16de56d1803940ebccab9 # 1.22.10
4545)
4646
4747# Override config for Sophus
@@ -52,14 +52,14 @@ add_definitions("-DSOPHUS_DISABLE_ENSURES")
5252FetchContent_Declare (
5353 cli11
5454 GIT_REPOSITORY https://github.com/CLIUtils/CLI11
55- GIT_TAG v2.4.2
55+ GIT_TAG v2.4.2
5656)
5757
5858
5959FetchContent_Declare (
6060 nlohmann-json
6161 GIT_REPOSITORY https://github.com/nlohmann/json.git
62- GIT_TAG v3.11.3
62+ GIT_TAG v3.11.3
6363)
6464
6565set (dependencies cli11 eigen Sophus Dispenso nlohmann-json)
@@ -72,8 +72,8 @@ include(ExternalProject)
7272ExternalProject_Add (
7373 fast-cpp-csv-parser
7474 GIT_REPOSITORY https://github.com/ben-strasser/fast-cpp-csv-parser.git
75- GIT_TAG origin/master
76- SOURCE_DIR "${CMAKE_BINARY_DIR } /_deps/fast-cpp-csv-parser"
75+ GIT_TAG origin/master
76+ SOURCE_DIR "${CMAKE_BINARY_DIR } /_deps/fast-cpp-csv-parser"
7777 # disable following, since it is not needed
7878 CONFIGURE_COMMAND ""
7979 BUILD_COMMAND ""
0 commit comments