summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-11 15:41:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-02-11 15:41:22 (GMT)
commit7db269ddd1ffa2e673c33e508221811bf9ec55f1 (patch)
tree25fde77e4013f332bca511b72afbc24ac0d0d8d1
parent53108f800841f3889ef9dc644a12b803a017ce34 (diff)
parent878632c90e4811ed08e5d1c298de8ae61d79f620 (diff)
downloadCMake-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)
-rw-r--r--Help/release/3.5.rst6
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
=============