Skip to content

IntelLLVM: Revert accidental use of -external:I with Fortran compilers

Brad King requested to merge brad.king/cmake:IntelLLVM-Fortran-no-isystem into master

In !8722 (merged) this flag was added for the C and C++ compilers, but was accidentally added for Fortran too. Remove it for the latter, as it is unsupported.

Issue: #25807 (closed)
Backport: release

Merge request reports