summaryrefslogtreecommitdiffstats
path: root/Help/release/3.17.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-03-10 14:29:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-03-10 14:29:14 (GMT)
commit51c8ac8e895e49da0281b1c113b10af3e120867f (patch)
tree2734238858468c60e97129509044daf0659c64e2 /Help/release/3.17.rst
parent2427bbf01cf6671a9b4a266df2bb7df8855cee2b (diff)
parent6b925d05360dbb286d8582b09285469e21c670ca (diff)
downloadCMake-51c8ac8e895e49da0281b1c113b10af3e120867f.zip
CMake-51c8ac8e895e49da0281b1c113b10af3e120867f.tar.gz
CMake-51c8ac8e895e49da0281b1c113b10af3e120867f.tar.bz2
Merge topic 'doc-3.17-relnotes' into release-3.17
6b925d0536 Help: Fix 3.17 release notes for Xcode scheme settings e0409b8bca Help: Fix toctree order of Xcode scheme variable and property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4447
Diffstat (limited to 'Help/release/3.17.rst')
-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 23dec84..bb8203e 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
----------