summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVHPC-C.cmake
blob: 72c26563f472ac67705fd73a76560f9e7ff0886f (plain)
1
2
3
4
5
6
7
include(Compiler/PGI-C)
include(Compiler/NVHPC)

# Needed so that we support `LANGUAGE` property correctly
set(CMAKE_C_COMPILE_OPTIONS_EXPLICIT_LANGUAGE -x c)

__compiler_nvhpc(C)