diff options
author | Brad King <brad.king@kitware.com> | 2018-01-19 15:08:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-19 15:08:06 (GMT) |
commit | e68a269cd2d3f402271cb3ed930a4d11551c1e76 (patch) | |
tree | 80900535e7b40ce798b628ed1d02f14b40eb92d0 /Help | |
parent | be2f0509037880a94f487867bee088a231054f4b (diff) | |
parent | c42b377c298af131ca4dbc120538aec1a56ff4be (diff) | |
download | CMake-e68a269cd2d3f402271cb3ed930a4d11551c1e76.zip CMake-e68a269cd2d3f402271cb3ed930a4d11551c1e76.tar.gz CMake-e68a269cd2d3f402271cb3ed930a4d11551c1e76.tar.bz2 |
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
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cache-newline.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/cache-newline.rst b/Help/release/dev/cache-newline.rst new file mode 100644 index 0000000..96900bb --- /dev/null +++ b/Help/release/dev/cache-newline.rst @@ -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. |