Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6c35c9ea2269e858fd907a3ec00f37a8eb0cd249
/
.
/
Modules
/
Compiler
/
NVHPC-Fortran.cmake
blob: ca5f1b29f1f553c6e8e487f8326af618143593c7 [
file
]
include
(
Compiler
/
PGI
-
Fortran
)
include
(
Compiler
/
NVHPC
)
__compiler_nvhpc
(
Fortran
)
if
(
CMAKE_Fortran_COMPILER_VERSION VERSION_LESS
21.7
)
# Before NVHPC 21.7 nvfortran didn't support isystem
unset
(
CMAKE_INCLUDE_SYSTEM_FLAG_Fortran
)
endif
()