summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:15:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:11:34 +0900
commitd12dce43b8af9e2a59c6d29187eb27fc0ccaf9ca (patch)
tree7c7f3e116575dc3460ec7a59e74900a1b4c90ba4 /ConfigureChecks.cmake
parentec406aaccafeb551f1fbfc24c88a7f08a91afa16 (diff)
downloadtdenetworkmanager-d12dce43.tar.gz
tdenetworkmanager-d12dce43.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1e9cd8a4f0163a063efecd2657bbc680cad95a56)
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 caccbd0..7ecd3a5 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -32,7 +32,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