summaryrefslogtreecommitdiffstats
path: root/Help/release/3.17.rst
diff options
context:
space:
mode:
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
----------