diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 12:45:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 12:45:07 +0900 |
commit | 43f0ce5d5a8f016c9da24eca29fd147f79aebc12 (patch) | |
tree | 86f76783136d93687bde4d0f22281a160cfbad22 /kitchensync | |
parent | 6494172e98ea4244cefede4afeb1c950ef4ebc6e (diff) | |
download | tdepim-43f0ce5d5a8f016c9da24eca29fd147f79aebc12.tar.gz tdepim-43f0ce5d5a8f016c9da24eca29fd147f79aebc12.zip |
Kitchensync is deprecated in R14.1 series.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kitchensync')
-rw-r--r-- | kitchensync/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kitchensync/CMakeLists.txt b/kitchensync/CMakeLists.txt index bff69c7b9..b5a2236b6 100644 --- a/kitchensync/CMakeLists.txt +++ b/kitchensync/CMakeLists.txt @@ -9,5 +9,15 @@ # ################################################# +message( AUTHOR_WARNING + " \n" + " ---------------------------------------------------------- \n" + " *** NOTE *** \n" + " Building kitchensync is deprecated and should not be done. \n" + " kitchensync will be dropped starting from R14.2.0. \n" + " Please contact the TDE development team on ML if you wish \n" + " kitchensync to be continued. \n" + " ---------------------------------------------------------- \n") + add_subdirectory( libqopensync ) add_subdirectory( src ) |