summaryrefslogtreecommitdiff
path: root/Modules/Compiler/PathScale-Fortran.cmake
blob: e05bf2afc3e2814c2d0ccfcf56a18cab85b8db66 (plain)
1
2
3
4
5
6
include(Compiler/PathScale)
__compiler_pathscale(Fortran)

SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")