summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:14:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:14:43 +0900
commitb9c7c632aef4dc89d99388d4d3a8c76b6ecd7b8a (patch)
tree78961a3e2a4431bdde7ff63fedbb83bc63a9ca66
parenta4f1d71603c9b061c1e4c5877bf78758eb296939 (diff)
downloadkima-b9c7c632aef4dc89d99388d4d3a8c76b6ecd7b8a.tar.gz
kima-b9c7c632aef4dc89d99388d4d3a8c76b6ecd7b8a.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index de59523..5fa21c1 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -30,7 +30,7 @@ endif( WITH_GCC_VISIBILITY )
if( WITH_TDEHWLIB )
tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" )
check_cxx_source_compiles( "
- #include <kdemacros.h>
+ #include <tdemacros.h>
#ifndef __TDE_HAVE_TDEHWLIB
#error tdecore is not build with tdehwlib
#endif