summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2026-07-16 09:27:29 -0600
committerKiritoDv <kiritodev01@gmail.com>2026-07-16 09:27:29 -0600
commit4c8ef537bffe99e55e2087a4f938f1ddb35de815 (patch)
treeaaffe043c96ee5173d8f9dfd0a7e0dfd6b0d8fe0
parenta72f4747afcd72eed4b27b67d0a87ac83080a0b8 (diff)
Disabled minigzip
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77c95fd..a395e5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -382,6 +382,7 @@ if(EMSCRIPTEN OR ANDROID)
else()
set(ZLIB_BUILD_SHARED_LIBS OFF CACHE BOOL "Build zlib as a static library" FORCE)
set(ZLIB_BUILD_TESTS OFF CACHE BOOL "Disable building zlib tests" FORCE)
+ set(ZLIB_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
set(SKIP_INSTALL_ALL ON CACHE BOOL "Skip zlib install targets" FORCE)
FetchContent_Declare(