mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
2e5330591d
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