We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583fb94 commit 85dadc8Copy full SHA for 85dadc8
cmake/Minizip.cmake
@@ -20,7 +20,7 @@ function(checkout_minizip)
20
set(MZ_WZAES OFF)
21
set(MZ_ICONV OFF)
22
set(MZ_FORCE_FETCH_LIBS ON)
23
- set(MZ_FETCH_LIBS ON)
+ #set(MZ_FETCH_LIBS ON)
24
set(BUILD_SHARED_LIBS OFF)
25
26
FetchContent_MakeAvailable(minizip)
manifest.yaml
@@ -5,6 +5,6 @@
5
# -DVICINAE_GIT_COMMIT_HASH=XXX (short rev)
6
7
release:
8
- tag: "v0.16.10"
9
- rev: "14f868a443c0467a62c011d9fd1fa31ee0c3d664"
10
- short_rev: "14f868a44"
+ tag: "v0.16.11"
+ rev: "583fb94485af1e14ccff8e87b0b824446b3bec24"
+ short_rev: "583fb9448"
0 commit comments