CMake/Modules/Compiler/PathScale-Fortran.cmake

7 lines
199 B
CMake

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")