commit | da27ff1e963b11dd91060fddb9e47a3135b4ac6c | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Tue May 30 17:23:42 2023 -0400 |
committer | Brad King <brad.king@kitware.com> | Tue May 30 17:44:43 2023 -0400 |
tree | e82cf3edfcf507fbd0cb2a97a3bfdce6b7b0a60a | |
parent | e0b48284a1beaef7f5a49073c8d4684418476ae1 [diff] |
Preserve --compile-no-warning-as-error in automatic CMake re-runs 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.