diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:14:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:10:21 +0900 |
commit | 2a9c4d6f63490a839fe779fc3afaf413ed9289db (patch) | |
tree | 4783078c68075b0254e4331575f92f8cb69b05ab | |
parent | adfb34378f793a395e15024cc78c8a2c1954f143 (diff) | |
download | kima-2a9c4d6f63490a839fe779fc3afaf413ed9289db.tar.gz kima-2a9c4d6f63490a839fe779fc3afaf413ed9289db.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b9c7c632aef4dc89d99388d4d3a8c76b6ecd7b8a)
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index de59523..5fa21c1 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -30,7 +30,7 @@ endif( WITH_GCC_VISIBILITY ) 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 |