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:
commit
b6f5499c7c
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue