summaryrefslogtreecommitdiff
path: root/Modules/Platform/Apple-Absoft-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Apple-Absoft-Fortran.cmake')
-rw-r--r--Modules/Platform/Apple-Absoft-Fortran.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/Platform/Apple-Absoft-Fortran.cmake b/Modules/Platform/Apple-Absoft-Fortran.cmake
new file mode 100644
index 000000000..8caa2026c
--- /dev/null
+++ b/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 ")