File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ ExternalProject_Add(abseil
2626 BINARY_DIR ${ABSEIL_PATH} /build
2727 STAMP_DIR ${ABSEIL_PATH} /stamp
2828 GIT_REPOSITORY https://github.com/Geode-solutions/abseil-cpp
29- GIT_TAG 2b4b4fa49aeaa07be934d7b4bddd183d6f850bcb
29+ GIT_TAG 20240621
30+ GIT_SHALLOW ON
3031 GIT_PROGRESS ON
3132 CMAKE_GENERATOR ${CMAKE_GENERATOR}
3233 CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ ExternalProject_Add(ghcFilesystem
2626 BINARY_DIR ${FILESYSTEM_PATH} /build
2727 STAMP_DIR ${FILESYSTEM_PATH} /stamp
2828 GIT_REPOSITORY https://github.com/gulrak/filesystem
29- GIT_TAG f437344e7945e343d86fcf97c84e815b03c6851f
29+ GIT_TAG v1.5.14
30+ GIT_SHALLOW ON
3031 GIT_PROGRESS ON
3132 CMAKE_GENERATOR ${CMAKE_GENERATOR}
3233 CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ ExternalProject_Add(gdal
2727 BINARY_DIR ${GDAL_PATH} /build
2828 STAMP_DIR ${GDAL_PATH} /stamp
2929 GIT_REPOSITORY https://github.com/Geode-solutions/gdal
30- GIT_TAG 5c939ee0750f57e3261e211ed1658701e83feba8
30+ GIT_TAG 20240621
31+ GIT_SHALLOW ON
3132 GIT_PROGRESS ON
3233 GIT_CONFIG core.longpaths=true
3334 CMAKE_GENERATOR ${CMAKE_GENERATOR}
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ ExternalProject_Add(nanoflann
2727 STAMP_DIR ${NANOFLANN_PATH} /stamp
2828 GIT_REPOSITORY https://github.com/jlblancoc/nanoflann
2929 GIT_TAG v1.3.2
30+ GIT_SHALLOW ON
3031 GIT_PROGRESS ON
3132 CMAKE_GENERATOR ${CMAKE_GENERATOR}
3233 CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ ExternalProject_Add(proj
2626 BINARY_DIR ${PROJ_PATH} /build
2727 STAMP_DIR ${PROJ_PATH} /stamp
2828 GIT_REPOSITORY https://github.com/Geode-solutions/proj
29- GIT_TAG 00663b1c12fce68359974f9da76eed7f5f1ffbff
29+ GIT_TAG 20240621
30+ GIT_SHALLOW ON
3031 GIT_PROGRESS ON
3132 CMAKE_GENERATOR ${CMAKE_GENERATOR}
3233 CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ ExternalProject_Add(spdlog
2626 BINARY_DIR ${SPDLOG_PATH} /build
2727 STAMP_DIR ${SPDLOG_PATH} /stamp
2828 GIT_REPOSITORY https://github.com/gabime/spdlog
29- GIT_TAG 2f2d04b3e840428a18942ca2d3d65203ec564647
29+ GIT_TAG v1.14.1
30+ GIT_SHALLOW ON
3031 GIT_PROGRESS ON
3132 CMAKE_GENERATOR ${CMAKE_GENERATOR}
3233 CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}
You can’t perform that action at this time.
0 commit comments