Commit 970f43b
Albert Ziegenhagel
Set the target linker language for the flang libraries to CXX on windows.
This makes sure link.exe from Visual Studio is used to link the libraries, even though the libraries include fortran code.
CMake is not able to detect this since the flang fortran compiler is not working at CMake configure time and thus the CMAKE_Fortran_COMPILER_ID is unknown.1 parent 451499f commit 970f43b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
582 | 585 | | |
583 | 586 | | |
584 | 587 | | |
| |||
0 commit comments