]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Removed unused CMake includes in benchmark cmake.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 26 Jan 2022 22:36:26 +0000 (14:36 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 31 Jan 2022 17:26:14 +0000 (18:26 +0100)
test/benchmarks/CMakeLists.txt

index c3d841023423b6f61ace6b610a1b73f1757ae2e1..2e87df49d68963dfd9ffabb457e29b752e47ad98 100644 (file)
@@ -1,7 +1,5 @@
 cmake_minimum_required(VERSION 3.12)
 
-include(CheckCCompilerFlag)
-include(FeatureSummary)
 include(FetchContent)
 
 enable_language(CXX)