diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:19:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 23:17:11 +0900 |
commit | eb6e700a9599ae23fa8d19913a5527fcde03700b (patch) | |
tree | 44a85049065d6d007a23299ba34085983f1e7e79 /ConfigureChecks.cmake | |
parent | a53baecb8613a343192b935bec2ec76986dd37ed (diff) | |
download | libkipi-eb6e700a9599ae23fa8d19913a5527fcde03700b.tar.gz libkipi-eb6e700a9599ae23fa8d19913a5527fcde03700b.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit af6b4702933770f5fa073e4d5ef0ee3a5f0b5f1b)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 2029ae6..d1e3778 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -23,11 +23,3 @@ tde_setup_largefiles( ) if( WITH_GCC_VISIBILITY ) tde_setup_gcc_visibility( ) endif( WITH_GCC_VISIBILITY ) - - -##### check for <kdemacros.h> header - -tde_save( CMAKE_REQUIRED_INCLUDES ) -list( APPEND CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" ) -check_include_file( "kdemacros.h" KDEMACROS_USABLE ) -tde_restore( CMAKE_REQUIRED_INCLUDES ) |