diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 18:36:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 18:36:13 +0900 |
commit | ff75de8dce03a0a08d2d9fcf2e46ddaa9a1504f6 (patch) | |
tree | 9006f77f69c8e2cfa76043931507477118f8d401 /kmrml | |
parent | a23a5364c5e45e5f8b5f849023f34ee7c0393aa5 (diff) | |
download | tdegraphics-ff75de8dce03a0a08d2d9fcf2e46ddaa9a1504f6.tar.gz tdegraphics-ff75de8dce03a0a08d2d9fcf2e46ddaa9a1504f6.zip |
Make kmrml deprecated in R14.1 series.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmrml')
-rw-r--r-- | kmrml/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kmrml/CMakeLists.txt b/kmrml/CMakeLists.txt index 3401365d..c7eadab2 100644 --- a/kmrml/CMakeLists.txt +++ b/kmrml/CMakeLists.txt @@ -9,6 +9,16 @@ # ################################################# +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 ) |