1# Distributed under the OSI-approved BSD 3-Clause License. See accompanying 2# file Copyright.txt or https://cmake.org/licensing for details. 3 4include(Platform/Apple-GNU) 5__apple_compiler_gnu(Fortran) 6cmake_gnu_set_sysroot_flag(Fortran) 7cmake_gnu_set_osx_deployment_target_flag(Fortran) 8 9set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ") 10set(CMAKE_Fortran_OSX_CURRENT_VERSION_FLAG "-current_version ") 11