This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f4994223bb
CMake
/
Tests
/
FortranOnly
/
world.f
5 lines
97 B
FortranFixed
Raw
Normal View
History
Unescape
Escape
Fortran: Add support for free- and fixed-form flags Define a "Fortran_FORMAT" target and source file property. Initialize the target property from a "CMAKE_Fortran_FORMAT" variable. Interpret values "FIXED" and "FREE" to indicate the source file format. Append corresponding flags to the compiler command line.
2011-08-31 18:24:43 +04:00
! Free-format ".f" file to test Fortran_FORMAT property
SUBRO
U
TINE
WORLD
PRI
N
T
*
,
'
World
!'
END