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

set(CMAKE_Fortran_SUBMODULE_SEP "-")
set(CMAKE_Fortran_SUBMODULE_EXT ".mod")

set(CMAKE_Fortran_PREPROCESS_SOURCE
  "<CMAKE_Fortran_COMPILER> -Mpreprocess <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE>")

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

string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT " -Mbounds")

set(CMAKE_Fortran_MODDIR_FLAG "-module ")