]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Disable zlib-ng internal tests when BUILD_SHARED_LIBS=ON.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 8 Feb 2023 08:32:54 +0000 (00:32 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 8 Feb 2023 19:35:58 +0000 (20:35 +0100)
commit38675bea4ec760ef65bbc37af90b8562fbd93182
tree8a6edd04adc2221a12992e4441e39c0ef0cbd252
parentd8808f50d57aa7dce163c475477c354003d3d7e4
Disable zlib-ng internal tests when BUILD_SHARED_LIBS=ON.

When BUILD_SHARED_LIBS=ON some zlib-ng internal functions are not exported,
which are used by gtest_zlib and benchmark_zlib. Therefore, we must disable
those tests/projects.
CMakeLists.txt