mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
fb9da8e6f4
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
|