Browse Source

Merge topic 'doc-xcode-escaping-fix'

878632c9 Help: Add release note about Xcode escaping fix (#15969)
Brad King 9 years ago
parent
commit
7db269ddd1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/3.5.rst

+ 6 - 0
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
 =============