Files
CMake/Modules/Compiler/NVHPC-C.cmake
2021-05-18 11:30:01 -04:00

8 lines
180 B
CMake

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)