From c29b06de341b55ce37aa6099978768201543437f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 17:48:49 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro (cherry picked from commit 0c808aa57202661466f9bb119b5242432f4eeeba) --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 7a7bafe..8e39860 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -28,7 +28,7 @@ endif( WITH_GCC_VISIBILITY ) # check for tdehwlib tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" ) check_cxx_source_compiles( " - #include + #include #ifndef __TDE_HAVE_TDEHWLIB #error tdecore is not build with tdehwlib #endif -- cgit v1.2.1