Skip to content
Permalink
Browse files
Merge pull request #10900 from AdmiralCurtiss/zlib-ng-skip-install
CMake: Set SKIP_INSTALL_ALL for zlib-ng to avoid installing it.
  • Loading branch information
AdmiralCurtiss committed Jul 27, 2022
2 parents 9116933 + f09c9f2 commit b6f5499
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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)

0 comments on commit b6f5499

Please sign in to comment.