diff options
author | Brad King <brad.king@kitware.com> | 2016-02-11 14:58:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-11 14:58:55 (GMT) |
commit | 3e966ef734230848cf834fc444dc2695a07ff398 (patch) | |
tree | 2ef8ff0791e1db60be677edbc58bb0dc82a38b37 /Help | |
parent | 8d1b37a2b207956c05e017645de3681a077d0a5b (diff) | |
parent | 878632c90e4811ed08e5d1c298de8ae61d79f620 (diff) | |
download | CMake-3e966ef734230848cf834fc444dc2695a07ff398.zip CMake-3e966ef734230848cf834fc444dc2695a07ff398.tar.gz CMake-3e966ef734230848cf834fc444dc2695a07ff398.tar.bz2 |
Merge branch 'doc-xcode-escaping-fix' into release
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.5.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.5.rst b/Help/release/3.5.rst index 3d1e3b4..62703b3 100644 --- a/Help/release/3.5.rst +++ b/Help/release/3.5.rst @@ -167,6 +167,12 @@ Deprecated and Removed Features may break scripts that worked around the bug with their own extra quoting or escaping. +* The :generator:`Xcode` generator was fixed to escape backslashes in + strings consistently with other generators. Projects that previously + worked around the inconsistecy with an extra level of backslashes + conditioned on the Xcode generator must be updated to remove the + workaround for CMake 3.5 and greater. + Other Changes ============= |