mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 15:11:01 -06:00
When the build system re-runs `cmake` to regenerate itself, preserve the `--compile-no-warning-as-error` option if it was used when `cmake` was last explicitly invoked. Normally such settings are preserved in the cache, but the purpose of this option is to be beyond the reach of project code.