From ced2eca1da6893db5d3b8ab7a39a11dc5b8e1e3f Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 15 Nov 2020 23:38:50 +0200 Subject: [PATCH] remove redundant inclusions in KatieBUildMacros file Signed-off-by: Ivailo Monev --- cmake/modules/KatieBuildMacros.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/KatieBuildMacros.cmake b/cmake/modules/KatieBuildMacros.cmake index 645404d05..880d6fb2a 100644 --- a/cmake/modules/KatieBuildMacros.cmake +++ b/cmake/modules/KatieBuildMacros.cmake @@ -7,8 +7,6 @@ set(KATIE_MOC "bootstrap_moc") set(KATIE_LRELEASE "lrelease") include(CMakePushCheckState) -include(CheckSymbolExists) -include(CheckFunctionExists) include(CheckStructHasMember) # a macro to print a dev warning but only when the build type is Debug -- 2.11.0