blob: d90362104686240ca7222babb8d3f879f8d41f46 (
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")
|