Skip to content

Ninja: Pass preprocessor definitions when compiling with Intel Fortran

Brad King requested to merge brad.king/cmake:fortran-INCLUDE-defines into master

The Intel Fortran compiler supports an extension that allows conditional compilation based on preprocessor definitions specified on the command line even when not preprocessing.

Fixes: #19664 (closed)

Merge request reports