Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 change: 1 addition & 0 deletions Externals/zlib-ng/CMakeLists.txt
@@ -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)

Expand Down

0 comments on commit b6f5499

Please sign in to comment.