mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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
4 lines
72 B
FortranFixed
4 lines
72 B
FortranFixed
INCLUDE 'IntelIfDef.inc'
|
|
PROGRAM IntelIfDef
|
|
END
|