diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2024-06-05 16:48:02 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2024-07-20 17:05:54 (GMT) |
commit | c1c4cf9545d17928c065fca344c48e03b80291f0 (patch) | |
tree | 1e39458e80ffaaa39dc2acfc7cb2aee24a2fc6cb /Modules/Linker/GNU-Fortran.cmake | |
parent | 587a3b41baaaa83e08714af5ca1acecee2970a83 (diff) | |
download | CMake-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.cmake | 6 |
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) |