summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-25 15:03:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-25 15:05:05 (GMT)
commit53305ce5b067c4feaa91ffe0cc82b740af525b3f (patch)
treeacd61ccf3939a437d4af460953649f2286aed418 /Help
parenta749fcb3d0f788b85be0531ffe7e7ec2aaf7f9fa (diff)
parent9ecee256f85022028f1b46477d0e49cd1dfeb4a4 (diff)
downloadCMake-53305ce5b067c4feaa91ffe0cc82b740af525b3f.zip
CMake-53305ce5b067c4feaa91ffe0cc82b740af525b3f.tar.gz
CMake-53305ce5b067c4feaa91ffe0cc82b740af525b3f.tar.bz2
Merge topic 'revert-xcode-9-new-buildsystem-support'
9ecee256 Xcode: Revert addition of "outputPaths" to custom command build phase Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1183
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.9.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst
index 5087b43..897e268 100644
--- a/Help/release/3.9.rst
+++ b/Help/release/3.9.rst
@@ -34,8 +34,6 @@ Generators
This is an experimental feature and can be activated by setting the
:variable:`CMAKE_XCODE_GENERATE_SCHEME` variable to a ``TRUE`` value.
-* The :generator:`Xcode` generator now supports Xcode 9.
-
Commands
--------
@@ -337,3 +335,8 @@ Changes made since CMake 3.9.0 include the following.
* On macOS, the default application bundle ``Info.plist`` file no longer
enables Hi-DPI support as it did in 3.9.0 and 3.9.1. The change had
to be reverted because it broke iOS applications.
+
+* The Xcode generator no longer adds "outputPaths" to custom script
+ build phases as it did in 3.9.0 and 3.9.1. This was added in an
+ attempt to support Xcode 9's new build system, but broke incremental
+ rebuilds for both the old and new Xcode build systems.