Files
CMake/Modules/Compiler/NVHPC-CXX.cmake

8 lines
188 B
CMake

include(Compiler/PGI-CXX)
include(Compiler/NVHPC)
# Needed so that we support `LANGUAGE` property correctly
set(CMAKE_CXX_COMPILE_OPTIONS_EXPLICIT_LANGUAGE -x c++)
__compiler_nvhpc(CXX)