diff options
author | Michele Calgaro <[email protected]> | 2023-04-28 22:39:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-04-28 22:39:50 +0900 |
commit | fdd2249496404cafd72fa862c49d6920fd8d7927 (patch) | |
tree | 47e86c702ba7d2ee73d827604fe79151290d00b2 /CMakeLists.txt | |
parent | a9f6e5c5b26c07d5e96cd5e84e1dd95c973cd3ab (diff) | |
download | tdegraphics-fdd2249496404cafd72fa862c49d6920fd8d7927.tar.gz tdegraphics-fdd2249496404cafd72fa862c49d6920fd8d7927.zip |
Drop deprecated kmrml code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c45d2b25..fe66e328 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,9 +92,6 @@ option( BUILD_KVIEW "Build kview" ${BUILD_ALL} ) option( BUILD_KVIEWSHELL "Build kviewshell" ${BUILD_ALL} ) option( BUILD_LIBKSCAN "Build libkscan" ${BUILD_ALL} ) -# deprecated -option( BUILD_KMRML "Build kmrml" OFF ) - ##### configure checks ########################## @@ -146,9 +143,6 @@ tde_conditional_add_subdirectory( BUILD_LIBKSCAN libkscan ) tde_conditional_add_subdirectory( BUILD_TDEFILE_PLUGINS tdefile-plugins ) tde_conditional_add_subdirectory( BUILD_TDEICONEDIT tdeiconedit ) -# deprecated -tde_conditional_add_subdirectory( BUILD_KMRML kmrml ) - ##### write configure files ##################### configure_file( config.h.cmake config.h @ONLY ) |