mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Identify the compilers as `NVHPC` to distinguish it from the older PGI compilers from which they evolved, and from other `NVIDIA` compilers. Fixes: #20887
4 lines
68 B
CMake
4 lines
68 B
CMake
include(Compiler/PGI-C)
|
|
include(Compiler/NVHPC)
|
|
__compiler_nvhpc(C)
|