summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:17:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:17:10 +0900
commit8fca33b35b68d1deef3677ae5e50927bd7a5c78d (patch)
tree960ab0c6e0bf261a84d84a5b041d238ca12b0ab1 /ConfigureChecks.cmake
parent5f44af37f355ff6f67bba364d8ff8d34e9bbd68c (diff)
downloadtdebase-8fca33b35b68d1deef3677ae5e50927bd7a5c78d.tar.gz
tdebase-8fca33b35b68d1deef3677ae5e50927bd7a5c78d.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 45c0be953..e038287c3 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -144,7 +144,7 @@ endif( NOT HAVE_CRYPT )
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