diff options
author | Brad King <brad.king@kitware.com> | 2016-02-11 14:52:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-11 14:53:34 (GMT) |
commit | 878632c90e4811ed08e5d1c298de8ae61d79f620 (patch) | |
tree | 72cb570cbd7bb91e24c6a23e2994bdd881f4481b /Help/release/3.5.rst | |
parent | a5a5a6857241c21d306661d723b749839f4c6e1a (diff) | |
download | CMake-878632c90e4811ed08e5d1c298de8ae61d79f620.zip CMake-878632c90e4811ed08e5d1c298de8ae61d79f620.tar.gz CMake-878632c90e4811ed08e5d1c298de8ae61d79f620.tar.bz2 |
Help: Add release note about Xcode escaping fix (#15969)
The fix in commit v3.5.0-rc1~84^2 (Xcode: Escape all backslashes in
strings, 2015-12-27) is a change in behavior that can break existing
projects that worked around the inconsistency with other generators.
Add a release note to call attention to this change in behavior.
Diffstat (limited to 'Help/release/3.5.rst')
-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 ============= |