summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-LLVMFlang-Fortran.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2023-12-02 13:26:42 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2023-12-08 18:22:24 (GMT)
commit0502b345f230e30333f44bc197af8750d7746c61 (patch)
treeaa93c95534f52ff6d030747185566def9562d534 /Modules/Platform/Linux-LLVMFlang-Fortran.cmake
parent6e7a1b5b8c42e8d5d0d70aaa9b929ae6d81a79b7 (diff)
downloadCMake-0502b345f230e30333f44bc197af8750d7746c61.zip
CMake-0502b345f230e30333f44bc197af8750d7746c61.tar.gz
CMake-0502b345f230e30333f44bc197af8750d7746c61.tar.bz2
LLVMFlang Fortran: enhance link capabilities
* Add support for "LINKER:" prefix. * Add support, on Linux, for linker selection through CMAKE_LINKER_TYPE variable.
Diffstat (limited to 'Modules/Platform/Linux-LLVMFlang-Fortran.cmake')
-rw-r--r--Modules/Platform/Linux-LLVMFlang-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-LLVMFlang-Fortran.cmake b/Modules/Platform/Linux-LLVMFlang-Fortran.cmake
new file mode 100644
index 0000000..ceecc2f
--- /dev/null
+++ b/Modules/Platform/Linux-LLVMFlang-Fortran.cmake
@@ -0,0 +1 @@
+include(Platform/Linux-GNU-Fortran)