blob: ac75b53a4097171ca2529f49f236f51d477c5863 (
plain)
1
2
3
4
5
6
7
|
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)
|