summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVHPC-C.cmake
Commit message (Collapse)AuthorAgeFilesLines
* NVHPC: only use '-MD' for the C and CXX languagesRobert Maynard2021-10-061-0/+11
| | | | | | CMake shouldn't use '-MD' for nvfortran to generate dependency information. Fixes #22723
* NVHPC-C: Add support for C17Robert Maynard2021-08-051-0/+5
|
* NVHPC: Support 21.07 change to '-MD' where it behaves like gccRobert Maynard2021-07-291-5/+0
|
* NVHPC: Support Ninja dependency scanningRobert Maynard2021-05-181-0/+5
| | | | Fixes: #22168
* NVHPC: Support explicit language flagsRobert Maynard2021-05-181-0/+4
|
* NVHPC: Add support for NVIDIA HPC SDK compilers based on PGITin Huynh2021-01-271-0/+3
Identify the compilers as `NVHPC` to distinguish it from the older PGI compilers from which they evolved, and from other `NVIDIA` compilers. Fixes: #20887