Files
cmake/Tests/RunCMake/CompilerChange/SystemEnvironmentIdChangedRefresh-stderr.txt
Aiden Woodruff fc3c71d11f cmake: Add cached environment id that triggers reconfigure when changed
The opaque `CMAKE_SYSTEM_ENVIRONMENT_ID` variable is cached during the
first invocation of `cmake` and is a user-defined hint about the state
of the environment. When the value changes, `cmake` either does nothing,
emits a warning (by default), or refreshes the cache as if by `--fresh`.
The action is controlled by the `CMAKE_SYSTEM_ENVIRONMENT_ACTION`
environment variable (which is not cached).

Implements: #28025
2026-08-24 15:06:35 -04:00

7 lines
150 B
Plaintext

CMake Warning:
CMAKE_SYSTEM_ENVIRONMENT_ID: different
Does not match the previous value: original
The cache will be refreshed automatically\.