mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
da27ff1e96
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.