mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 18:09:02 -05:00
8 lines
188 B
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)
|