cmake/Modules/Compiler/NVHPC-Fortran.cmake

8 lines
239 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
include(Compiler/PGI-Fortran)
include(Compiler/NVHPC)
__compiler_nvhpc(Fortran)
2023-07-02 19:51:09 +02:00
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()