mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-04 22:29:40 -06:00
When processing the reset operation in the context of a CTest `ENVIRONMENT_MODIFICATION` property, the value the variable is reset to is the one it had after `ENVIRONMENT` was processed, not before. This was broken once during refactoring and is subtle enough that it should be tested.