Merge pull request #10900 from AdmiralCurtiss/zlib-ng-skip-install

CMake: Set SKIP_INSTALL_ALL for zlib-ng to avoid installing it.
This commit is contained in:
Admiral H. Curtiss 2022-07-27 16:36:47 +02:00 committed by GitHub
commit b6f5499c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
set(ZLIB_ENABLE_TESTS OFF)
set(ZLIB_COMPAT ON)
set(SKIP_INSTALL_ALL ON)
option(BUILD_SHARED_LIBS "Build shared library" OFF)