From 7ec37405a6f25fef6fa487bb49cfea52a3732189 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Tue, 1 Jun 2021 08:43:49 +0200 Subject: [PATCH] Build: Don't include unused CheckStructHasMember module --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30eee2f74..b96825b06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,6 @@ include(CheckIncludeFile) include(CheckIncludeFiles) include(CheckFunctionExists) include(CheckTypeSize) -include(CheckStructHasMember) include(CheckSendfile) # Configuration options