From 13181cf70e3bcd1c10c0dd102aafe98619217093 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 28 Sep 2021 02:45:27 +0000 Subject: cmake: removed unused CheckCCompilerFlag This appears to be unused. Signed-off-by: GitHub --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd70faa..cd33223 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,6 @@ include(CheckSymbolExists) include(CheckLibraryExists) include(CMakePushCheckState) include(GNUInstallDirs) -include(CheckCCompilerFlag) # Detect if we need to link against a socket library: cmake_push_check_state() -- cgit v1.2.1