summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 17:49:09 +0900
committerMichele Calgaro <[email protected]>2024-07-01 19:08:08 +0900
commitbfd52a7124602f64723faa9c78506cf85c24d53a (patch)
tree85e283f731d88f5f7265bf74c182c0b340d575f5 /ConfigureChecks.cmake
parent8c770638e35d825946e6984687f1503bf9559f08 (diff)
downloadk3b-bfd52a7124602f64723faa9c78506cf85c24d53a.tar.gz
k3b-bfd52a7124602f64723faa9c78506cf85c24d53a.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 056301e4b5dbf6f4c606ae34c340d3cdf2480ae1)
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 1bfe83c..54a05c8 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -105,7 +105,7 @@ endif ( )
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