diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 17:48:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:06:17 +0900 |
commit | c29b06de341b55ce37aa6099978768201543437f (patch) | |
tree | f7cca5fdf8e5a58e3cc524380fa12ac348dc2968 | |
parent | 98085f1c4b98b7982ac82f30ac5985ff33c70879 (diff) | |
download | kerberostray-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.cmake | 2 |
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 |