mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -05:00
If the PATH modification choice has not been saved persistently by an existing installation of CMake, default to modifying the system PATH environment variable to make our command-line tools available for all users. This is a common expectation. Fixes: #21465
9 lines
326 B
ReStructuredText
9 lines
326 B
ReStructuredText
rel-win-PATH
|
|
------------
|
|
|
|
* The precompiled Windows ``.msi`` installers provided on
|
|
`cmake.org <https://cmake.org/download/>`_, when performing a fresh
|
|
installation, now modify the system-wide ``PATH`` by default.
|
|
When replacing an existing installation, the ``PATH`` modification
|
|
preference is preserved by default.
|