Darwin-Absoft-Fortran.cmake 351 B

1234567
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file Copyright.txt or https://cmake.org/licensing for details.
  3. set(CMAKE_Fortran_VERBOSE_FLAG "-X -v") # Runs gcc under the hood.
  4. set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
  5. set(CMAKE_Fortran_OSX_CURRENT_VERSION_FLAG "-current_version ")