PathScale-Fortran.cmake 199 B

123456
  1. include(Compiler/PathScale)
  2. __compiler_pathscale(Fortran)
  3. set(CMAKE_Fortran_MODDIR_FLAG "-module ")
  4. set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
  5. set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")