mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Revert commit6b58cdd4cf(Ninja: Exclude NVHPC -Werror flags during Fortran preprocessing, 2023-04-04). Since commit9d40f01442(NVHPC: Use -Werror for COMPILE_OPTIONS_WARNING_AS_ERROR, 2023-04-13), `nvfortran` can handle the plain `-Werror` flag during preprocessing. Issue: #24665
4 lines
80 B
CMake
4 lines
80 B
CMake
include(Compiler/PGI-Fortran)
|
|
include(Compiler/NVHPC)
|
|
__compiler_nvhpc(Fortran)
|