mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
b6b37e3037
Extend the FortranOnly test to cover "make <src>.i" targets.
6 lines
90 B
FortranFixed
6 lines
90 B
FortranFixed
PROGRAM PREPRO
|
|
#ifndef TEST_PREPROCESSOR
|
|
PRINT *, 'Hello'
|
|
#endif
|
|
END
|