summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-03-10 08:08:19 -0400
committerBrad King <brad.king@kitware.com>2020-03-10 08:51:53 -0400
commit6b925d05360dbb286d8582b09285469e21c670ca (patch)
treee1f810c9c6165a58f44a6eec627ada78b4c1037d
parente0409b8bcaa114af47becd6adf5df7779f8f3c25 (diff)
downloadcmake-6b925d05360dbb286d8582b09285469e21c670ca.tar.gz
Help: Fix 3.17 release notes for Xcode scheme settings
In commit 730a53ef1d (Help: Organize and revise 3.17 release notes, 2020-02-04, v3.17.0-rc1~21^2) we accidentally combined the release notes for `CMAKE_XCODE_SCHEME_ENVIRONMENT` and `XCODE_SCHEME_WORKING_DIRECTORY`. Split them up again. Also mention `CMAKE_XCODE_SCHEME_WORKING_DIRECTORY`. Fixes: #20439
-rw-r--r--Help/release/3.17.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst
index 30e6cc37f4..f4ca9a136c 100644
--- a/Help/release/3.17.rst
+++ b/Help/release/3.17.rst
@@ -117,10 +117,13 @@ Variables
to persist a log level between CMake runs, unlike the ``--log-level``
command line option which only applies to that particular run.
-* The :variable:`CMAKE_XCODE_SCHEME_ENVIRONMENT` variable and
- :prop_tgt:`XCODE_SCHEME_ENVIRONMENT` target property were added to
- tell the :generator:`Xcode` generator to set the value of the
- ``Custom Working Directory`` schema option.
+* The :variable:`CMAKE_XCODE_SCHEME_ENVIRONMENT` variable was added
+ to initialize the :prop_tgt:`XCODE_SCHEME_ENVIRONMENT` target property.
+
+* The :variable:`CMAKE_XCODE_SCHEME_WORKING_DIRECTORY` variable and
+ associated :prop_tgt:`XCODE_SCHEME_WORKING_DIRECTORY` target property
+ were added to tell the :generator:`Xcode` generator to set the value of
+ the ``Custom Working Directory`` schema option.
Properties
----------