mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 13:40:42 -06:00
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
This commit is contained in:
@@ -117,10 +117,13 @@ Variables
|
|||||||
to persist a log level between CMake runs, unlike the ``--log-level``
|
to persist a log level between CMake runs, unlike the ``--log-level``
|
||||||
command line option which only applies to that particular run.
|
command line option which only applies to that particular run.
|
||||||
|
|
||||||
* The :variable:`CMAKE_XCODE_SCHEME_ENVIRONMENT` variable and
|
* The :variable:`CMAKE_XCODE_SCHEME_ENVIRONMENT` variable was added
|
||||||
:prop_tgt:`XCODE_SCHEME_ENVIRONMENT` target property were added to
|
to initialize the :prop_tgt:`XCODE_SCHEME_ENVIRONMENT` target property.
|
||||||
tell the :generator:`Xcode` generator to set the value of the
|
|
||||||
``Custom Working Directory`` schema option.
|
* 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
|
Properties
|
||||||
----------
|
----------
|
||||||
|
|||||||
Reference in New Issue
Block a user