summaryrefslogtreecommitdiffstats
path: root/Modules/Linker/GNU-Fortran.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2024-06-05 16:48:02 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2024-07-20 17:05:54 (GMT)
commitc1c4cf9545d17928c065fca344c48e03b80291f0 (patch)
tree1e39458e80ffaaa39dc2acfc7cb2aee24a2fc6cb /Modules/Linker/GNU-Fortran.cmake
parent587a3b41baaaa83e08714af5ca1acecee2970a83 (diff)
downloadCMake-c1c4cf9545d17928c065fca344c48e03b80291f0.zip
CMake-c1c4cf9545d17928c065fca344c48e03b80291f0.tar.gz
CMake-c1c4cf9545d17928c065fca344c48e03b80291f0.tar.bz2
Linker configuration: introduce a new architecture
A new set of files are dedicated to linker configuration. This set of files enable a fine-tuned configuration based of the linker type as identified during compiler detection. Fixes: #25360
Diffstat (limited to 'Modules/Linker/GNU-Fortran.cmake')
-rw-r--r--Modules/Linker/GNU-Fortran.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Linker/GNU-Fortran.cmake b/Modules/Linker/GNU-Fortran.cmake
new file mode 100644
index 0000000..b4f688a
--- /dev/null
+++ b/Modules/Linker/GNU-Fortran.cmake
@@ -0,0 +1,6 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+include(Linker/GNU)
+
+__linker_gnu(Fortran)