diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:15:14 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:11:34 +0900 |
| commit | d12dce43b8af9e2a59c6d29187eb27fc0ccaf9ca (patch) | |
| tree | 7c7f3e116575dc3460ec7a59e74900a1b4c90ba4 /ConfigureChecks.cmake | |
| parent | ec406aaccafeb551f1fbfc24c88a7f08a91afa16 (diff) | |
| download | tdenetworkmanager-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.cmake | 2 |
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 |
