summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-27 13:18:43 +0000
committerKitware Robot <kwrobot@kitware.com>2021-10-27 09:18:56 -0400
commit31d49d613a258653e50de167db9afd8c0e9ca92e (patch)
tree997e9d3edbd4b5afac75c86cc33d2ecf004be7ff
parentb78d0392ea114f103915f5a2d29cd2610377cff1 (diff)
parentf6177f05dacfa8ce790c65812a6a3528969c0291 (diff)
downloadcmake-31d49d613a258653e50de167db9afd8c0e9ca92e.tar.gz
Merge topic 'doc-ENVIRONMENT_MODIFICATION' into release-3.22
f6177f05da Help: Clarify ENVIRONMENT_MODIFICATION case sensitivity Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6661
-rw-r--r--Help/prop_test/ENVIRONMENT_MODIFICATION.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst
index 00312100cf..0b3cd83a4a 100644
--- a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst
+++ b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst
@@ -8,8 +8,9 @@ that the operations performed by this property are performed after the
:prop_test:`ENVIRONMENT` property is already applied.
If set to a list of environment variables and values of the form
-``MYVAR=OP:VALUE``. Entries are considered in the order specified in the
-property's value. The ``OP`` may be one of:
+``MYVAR=OP:VALUE``, where ``MYVAR`` is the case-sensitive name of an
+environment variable to be modified. Entries are considered in the
+order specified in the property's value. The ``OP`` may be one of:
- ``reset``: Reset to the unmodified value, ignoring all modifications to
``MYVAR`` prior to this entry. Note that this will reset the variable to