Update dependencies
This commit is contained in:
4
3rdParty/libarchive/ext/CMakeLists.txt
vendored
4
3rdParty/libarchive/ext/CMakeLists.txt
vendored
@@ -32,7 +32,7 @@ ExternalProject_Add(zlib
|
||||
|
||||
ExternalProject_Add(zstd
|
||||
GIT_REPOSITORY ${ZSTD_REPO}
|
||||
GIT_TAG v1.5.5
|
||||
GIT_TAG v1.5.7
|
||||
GIT_SHALLOW TRUE
|
||||
SOURCE_DIR zstd
|
||||
SOURCE_SUBDIR build/cmake
|
||||
@@ -76,7 +76,7 @@ ExternalProject_Add(
|
||||
libarchive
|
||||
DEPENDS zlib zstd lz4
|
||||
GIT_REPOSITORY ${LIBARCHIVE_REPO}
|
||||
GIT_TAG v3.7.4
|
||||
GIT_TAG v3.7.9
|
||||
GIT_SHALLOW TRUE
|
||||
SOURCE_DIR libarchive
|
||||
BINARY_DIR libarchive-build
|
||||
|
||||
2
3rdParty/libstud-uuid/CMakeLists.txt
vendored
2
3rdParty/libstud-uuid/CMakeLists.txt
vendored
@@ -4,6 +4,8 @@ if(NOT DEFINED LIBSTUD_REPO)
|
||||
set(LIBSTUD_REPO https://git.madvoxel.net/Mirrors/libstud-uuid.git)
|
||||
endif ()
|
||||
|
||||
set(FETCHCONTENT_UPDATES_DISCONNECTED ON)
|
||||
|
||||
FetchContent_Declare(
|
||||
libstud-uuid
|
||||
EXCLUDE_FROM_ALL
|
||||
|
||||
2
3rdParty/units/CMakeLists.txt
vendored
2
3rdParty/units/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
||||
units
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY ${UNITS_REPO}
|
||||
GIT_TAG v2.3.3
|
||||
GIT_TAG master
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(units)
|
||||
|
||||
2
3rdParty/yaml-cpp/CMakeLists.txt
vendored
2
3rdParty/yaml-cpp/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
||||
yaml-cpp
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY ${YAMLCPP_REPO}
|
||||
GIT_TAG 0.8.0
|
||||
GIT_TAG master
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(YAML_CPP_BUILD_TOOLS OFF CACHE BOOL "" FORCE)
|
||||
|
||||
Reference in New Issue
Block a user