]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Remove duplicate enable tests option
authorLetu Ren <fantasquex@gmail.com>
Thu, 14 Dec 2023 07:27:08 +0000 (15:27 +0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 17 Dec 2023 00:35:00 +0000 (01:35 +0100)
commitfb753015a5d5e48853a6e5ad9d6140c5ee246c3a
treeffbc7927987071b7162fbbdada4342371a8b00ff
parent2baed9faa9437fcd1d0a106da87a540073ad851f
Remove duplicate enable tests option

There are two identical ZLIB_ENABLE_TESTS option in CMakeLists.txt which
means the latter one is meaningless. This issue is introduced in
https://github.com/zlib-ng/zlib-ng/commit/ce1a64b5147b874a2dd32920765be333f54e7095
which adds the option to top but forgets to remove the original one.
CMakeLists.txt