summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/PGI-Fortran.cmake
blob: 1d2631552aab625deeecd0687bc377e445ee1863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include(Compiler/PGI)
__compiler_pgi(Fortran)

SET(CMAKE_Fortran_FLAGS_INIT "${CMAKE_Fortran_FLAGS_INIT} -Mpreprocess -Kieee")
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "${CMAKE_Fortran_FLAGS_DEBUG_INIT} -Mbounds")

# We require updates to CMake C++ code to support preprocessing rules
# for Fortran.
SET(CMAKE_Fortran_CREATE_PREPROCESSED_SOURCE)
SET(CMAKE_Fortran_CREATE_ASSEMBLY_SOURCE)

SET(CMAKE_Fortran_MODDIR_FLAG "-module ")