diff options
author | Brad King <brad.king@kitware.com> | 2016-02-11 15:41:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-02-11 15:41:22 (GMT) |
commit | 7db269ddd1ffa2e673c33e508221811bf9ec55f1 (patch) | |
tree | 25fde77e4013f332bca511b72afbc24ac0d0d8d1 /Help | |
parent | 53108f800841f3889ef9dc644a12b803a017ce34 (diff) | |
parent | 878632c90e4811ed08e5d1c298de8ae61d79f620 (diff) | |
download | CMake-7db269ddd1ffa2e673c33e508221811bf9ec55f1.zip CMake-7db269ddd1ffa2e673c33e508221811bf9ec55f1.tar.gz CMake-7db269ddd1ffa2e673c33e508221811bf9ec55f1.tar.bz2 |
Merge topic 'doc-xcode-escaping-fix'
878632c9 Help: Add release note about Xcode escaping fix (#15969)
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 ============= |