diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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( |
