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 /kmrml/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 'kmrml/CMakeLists.txt')
-rw-r--r-- | kmrml/CMakeLists.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kmrml/CMakeLists.txt b/kmrml/CMakeLists.txt deleted file mode 100644 index c7eadab2..00000000 --- a/kmrml/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -################################################# -# -# (C) 2010-2011 Calvin Morrison -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -message( AUTHOR_WARNING - " \n" - " ---------------------------------------------------------- \n" - " *** NOTE *** \n" - " Building kmrml is deprecated and should not be done. \n" - " kmrml will be dropped starting from R14.2.0. \n" - " Please contact the TDE development team on ML \n" - " if you wish kmrml to be continued. \n" - " ---------------------------------------------------------- \n") - -include( ConfigureChecks.cmake ) - -add_subdirectory ( kmrml ) |