mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 00:30:48 +00:00
Help: Clarify ENVIRONMENT_MODIFICATION case sensitivity
This commit is contained in:
committed by
Brad King
parent
fb6ab54076
commit
f6177f05da
@@ -8,8 +8,9 @@ that the operations performed by this property are performed after the
|
|||||||
:prop_test:`ENVIRONMENT` property is already applied.
|
:prop_test:`ENVIRONMENT` property is already applied.
|
||||||
|
|
||||||
If set to a list of environment variables and values of the form
|
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
|
``MYVAR=OP:VALUE``, where ``MYVAR`` is the case-sensitive name of an
|
||||||
property's value. The ``OP`` may be one of:
|
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
|
- ``reset``: Reset to the unmodified value, ignoring all modifications to
|
||||||
``MYVAR`` prior to this entry. Note that this will reset the variable to
|
``MYVAR`` prior to this entry. Note that this will reset the variable to
|
||||||
|
|||||||
Reference in New Issue
Block a user