diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2023-04-13 14:37:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-25 15:16:26 (GMT) |
commit | 9d40f01442ba244573a010ed015c0e0ef9a8ab83 (patch) | |
tree | c51afc134682c9ccea8ec85f931be2a7fe6ac4a8 /Modules/FindIce.cmake | |
parent | 827d5b75d47126205faba26cabc8856c6d9c3362 (diff) | |
download | CMake-9d40f01442ba244573a010ed015c0e0ef9a8ab83.zip CMake-9d40f01442ba244573a010ed015c0e0ef9a8ab83.tar.gz CMake-9d40f01442ba244573a010ed015c0e0ef9a8ab83.tar.bz2 |
NVHPC: Use -Werror for COMPILE_OPTIONS_WARNING_AS_ERROR
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
Diffstat (limited to 'Modules/FindIce.cmake')
0 files changed, 0 insertions, 0 deletions