FreeBSD-Fortran.cmake 345 B

12345678910
  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(Platform/Linker/BSD-Linker-Initialize)
  4. if(_CMAKE_SYSTEM_LINKER_TYPE STREQUAL "GNU")
  5. include(Platform/Linker/FreeBSD-GNU-Fortran)
  6. else()
  7. include(Platform/Linker/FreeBSD-LLD-Fortran)
  8. endif()