You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments