]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fixed content already populated error in CMake scripts. #1327
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 21 Aug 2022 17:03:32 +0000 (10:03 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 5 Sep 2022 09:24:50 +0000 (11:24 +0200)
commitab47c738037dc51d0d44de7e64661648c24c9fb4
treeb1021fa808a000c8342d83f3e5b4bf6c1b425744
parent89763032d57e3da5301f4cd6e1f363e7a1f85f02
Fixed content already populated error in CMake scripts. #1327

Should only need to use either FetchContent_MakeAvailable or
FetchContent_GetProperties and FetchContent_Populate but not both methods. We
use the later for CMake compatibility with lower versions.
test/benchmarks/CMakeLists.txt
test/pigz/CMakeLists.txt