Merge topic 'cache-truncate-newlines'

c42b377c cmCacheManager: Test and document newline truncation behavior
a9c48307 cmCacheManager: Truncate values containing newlines

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1652
This commit is contained in:
Brad King
2018-01-19 15:08:00 +00:00
committed by Kitware Robot
13 changed files with 131 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
cache-newline
-------------
* Variables containing newlines in their values now get truncated before the
newline when they are written to the cache file. In addition, a warning
comment is written to the cache file, and a warning message is displayed to
the user on the console.