mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 00:02:21 +08:00
8 lines
239 B
CMake
8 lines
239 B
CMake
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()
|