mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
9d40f01442
The previously-used `-Werror all-warnings` is not supported by the NVHPC suite of compilers. This previously worked since `-Werror` was being used and `all-warnings` was being excluded. We thought this was the correct syntax due to incorrect documentation about `-Werror`, which stated the argument should be space-separated, while it should actually be separated with `=` or `,`. Issue: #24665
486 B
486 B