diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2021-10-24 20:01:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-26 13:37:14 (GMT) |
commit | f6177f05dacfa8ce790c65812a6a3528969c0291 (patch) | |
tree | 180f6c4fa6425d471263890ec0d16044456cebe6 /Help/prop_test | |
parent | fb6ab54076217452e673ad310faba2a1a993366f (diff) | |
download | CMake-f6177f05dacfa8ce790c65812a6a3528969c0291.zip CMake-f6177f05dacfa8ce790c65812a6a3528969c0291.tar.gz CMake-f6177f05dacfa8ce790c65812a6a3528969c0291.tar.bz2 |
Help: Clarify ENVIRONMENT_MODIFICATION case sensitivity
Diffstat (limited to 'Help/prop_test')
-rw-r--r-- | Help/prop_test/ENVIRONMENT_MODIFICATION.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst index 0031210..0b3cd83 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 |