]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Simplify linking gtest_zlib with zlib target based on BUILD_SHARED_LIBS.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 8 Feb 2023 06:08:55 +0000 (22:08 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 8 Feb 2023 19:35:58 +0000 (20:35 +0100)
commit10238c8824e7a714a2a4cf37fd8c27fc52656f64
treefa08d85b90864d28f8a5c7cb9e3b601fbfb886e8
parent38675bea4ec760ef65bbc37af90b8562fbd93182
Simplify linking gtest_zlib with zlib target based on BUILD_SHARED_LIBS.

Since we turn ZLIBNG_ENABLE_TESTS on or off based on BUILD_SHARED_LIBS, then we
don't have to worry about it when linking against zlib.
test/CMakeLists.txt