summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 17:48:49 +0900
committerMichele Calgaro <[email protected]>2024-07-01 19:06:17 +0900
commitc29b06de341b55ce37aa6099978768201543437f (patch)
treef7cca5fdf8e5a58e3cc524380fa12ac348dc2968
parent98085f1c4b98b7982ac82f30ac5985ff33c70879 (diff)
downloadkerberostray-c29b06de341b55ce37aa6099978768201543437f.tar.gz
kerberostray-c29b06de341b55ce37aa6099978768201543437f.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0c808aa57202661466f9bb119b5242432f4eeeba)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
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 <kdemacros.h>
+ #include <tdemacros.h>
#ifndef __TDE_HAVE_TDEHWLIB
#error tdecore is not build with tdehwlib
#endif