summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Modules/Platform/Apple-Absoft-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.18/Modules/Platform/Apple-Absoft-Fortran.cmake')
-rw-r--r--share/cmake-3.18/Modules/Platform/Apple-Absoft-Fortran.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/cmake-3.18/Modules/Platform/Apple-Absoft-Fortran.cmake b/share/cmake-3.18/Modules/Platform/Apple-Absoft-Fortran.cmake
new file mode 100644
index 0000000..8caa202
--- /dev/null
+++ b/share/cmake-3.18/Modules/Platform/Apple-Absoft-Fortran.cmake
@@ -0,0 +1,7 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+set(CMAKE_Fortran_VERBOSE_FLAG "-X -v") # Runs gcc under the hood.
+
+set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
+set(CMAKE_Fortran_OSX_CURRENT_VERSION_FLAG "-current_version ")