mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Add cmake subdirectory support to clone_repo macro for zstd.
This commit is contained in:
parent
9975579a7f
commit
b6bf9914db
2 changed files with 23 additions and 8 deletions
|
|
@ -422,7 +422,7 @@ if(MZ_ZSTD)
|
|||
elseif(MZ_FETCH_LIBS)
|
||||
set(ZSTD_BUILD_PROGRAMS OFF CACHE BOOL "Build zstd programs")
|
||||
|
||||
clone_repo(zstd https://github.com/facebook/zstd release)
|
||||
clone_repo(zstd https://github.com/facebook/zstd release build/cmake)
|
||||
|
||||
list(APPEND MINIZIP_INC ${ZSTD_SOURCE_DIR}/lib)
|
||||
if(NOT DEFINED BUILD_SHARED_LIBS OR NOT ${BUILD_SHARED_LIBS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue