diff options
author | Brad King <brad.king@kitware.com> | 2020-03-10 14:29:08 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-10 14:29:15 (GMT) |
commit | c35af2583a9fb7226d9e4c4bff05f0fec8574e55 (patch) | |
tree | b7c499a59c1d2bf221a6eacb56baad607eadaa56 /Help/release/3.17.rst | |
parent | e49a21cff0d94bcc82fafd530ce543059264e14a (diff) | |
parent | 6b925d05360dbb286d8582b09285469e21c670ca (diff) | |
download | CMake-c35af2583a9fb7226d9e4c4bff05f0fec8574e55.zip CMake-c35af2583a9fb7226d9e4c4bff05f0fec8574e55.tar.gz CMake-c35af2583a9fb7226d9e4c4bff05f0fec8574e55.tar.bz2 |
Merge topic 'doc-3.17-relnotes'
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.rst | 11 |
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 ---------- |