Skip to content

Intel: Drop hard-coded default /fpp Fortran flag on Windows

Brad King requested to merge brad.king/cmake:intel-windows-no-default-fpp into master

This flag was added on Windows by the following commits, unfortunately without recording clear reasons:

It is not used by default on other platforms. Since !4659 (merged), we have first-class settings to control use of the preprocessor.

Fixes: #24048
Backport: release

Merge request reports