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
@jbigot mentioned a dedicated CMake test for compiler compatibility:
include(FortranCInterface)
# if you are working with C and Fortran
FortranCInterface_VERIFY()
# if you are working with C++ and Fortran
FortranCInterface_VERIFY(CXX)
We should allow for combining clang and gcc fortran compilers for compilation
The text was updated successfully, but these errors were encountered: