CMake: Set SKIP_INSTALL_ALL for zlib-ng to avoid installing it.

This commit is contained in:
Admiral H. Curtiss 2022-07-27 12:29:51 +02:00
parent 97100290ee
commit f09c9f211f
No known key found for this signature in database
GPG Key ID: F051B4C4044F33FB
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)