Downgrade zstd because of broken Windows build
See: https://github.com/facebook/zstd/issues/3999
This commit is contained in:
2
3rdParty/libarchive/CMakeLists.txt
vendored
2
3rdParty/libarchive/CMakeLists.txt
vendored
@@ -31,7 +31,7 @@ ExternalProject_Add(zlib
|
||||
|
||||
ExternalProject_Add(zstd
|
||||
GIT_REPOSITORY ${ZSTD_REPO}
|
||||
GIT_TAG v1.5.6
|
||||
GIT_TAG v1.5.5
|
||||
GIT_SHALLOW TRUE
|
||||
SOURCE_DIR zstd
|
||||
SOURCE_SUBDIR build/cmake
|
||||
|
||||
Reference in New Issue
Block a user