summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Modules/Compiler/PGI-Fortran.cmake
blob: 2866254feb0ea6ed208e3d60a7208c1e67d48d8e (plain)
1
2
3
4
5
6
7
8
9
10
include(Compiler/PGI)
__compiler_pgi(Fortran)

set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-Mnofreeform")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-Mfreeform")

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

set(CMAKE_Fortran_MODDIR_FLAG "-module ")