summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-LLVMFlang-Fortran.cmake
diff options
context:
space:
mode:
authorمهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com>2022-10-22 09:48:27 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-24 16:53:07 (GMT)
commit166bc0039921b31f3e060369c1cea27388fcd742 (patch)
treeec2f3c0062f309fe76884e5a6c8004e33bd35364 /Modules/Platform/Windows-LLVMFlang-Fortran.cmake
parentb6ddcbc7ecdf51f207339f34f266ca40c3b51982 (diff)
downloadCMake-166bc0039921b31f3e060369c1cea27388fcd742.zip
CMake-166bc0039921b31f3e060369c1cea27388fcd742.tar.gz
CMake-166bc0039921b31f3e060369c1cea27388fcd742.tar.bz2
LLVMFlang: Add a required line to define linking rules on Windows
This was missed in commit d34e5a98b8 (LLVMFlang: Add support for Windows, 2022-09-18, v3.25.0-rc1~102^2).
Diffstat (limited to 'Modules/Platform/Windows-LLVMFlang-Fortran.cmake')
-rw-r--r--Modules/Platform/Windows-LLVMFlang-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-LLVMFlang-Fortran.cmake b/Modules/Platform/Windows-LLVMFlang-Fortran.cmake
index 42c283a..64dc0da 100644
--- a/Modules/Platform/Windows-LLVMFlang-Fortran.cmake
+++ b/Modules/Platform/Windows-LLVMFlang-Fortran.cmake
@@ -1,2 +1,3 @@
include(Platform/Windows-GNU)
+__windows_compiler_gnu(Fortran)
# TODO: MSVC ABI Support