Cray-Fortran.cmake 391 B

1234567891011
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file Copyright.txt or https://cmake.org/licensing for details.
  3. include(Compiler/Cray)
  4. __compiler_cray(Fortran)
  5. set(CMAKE_Fortran_MODOUT_FLAG -em)
  6. set(CMAKE_Fortran_MODDIR_FLAG -J)
  7. set(CMAKE_Fortran_MODDIR_DEFAULT .)
  8. set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-f fixed")
  9. set(CMAKE_Fortran_FORMAT_FREE_FLAG "-f free")