On Wednesday 03 December 2008 11:28:02 Mathieu Malaterre wrote:
> > 2.
> > Fortran does not have any concept of preprocessing. However, by
> > convention, files with a capital suffix (.F, .FOR, .FPP, .F90, F03, ...)
> > are preprocessed, usually by a C-preprocessor.
>
> How do you do that on case-
On Tue, Dec 2, 2008 at 11:31 PM, Daniel Franke <[EMAIL PROTECTED]> wrote:
...
> 2.
> Fortran does not have any concept of preprocessing. However, by convention,
> files with a capital suffix (.F, .FOR, .FPP, .F90, F03, ...) are preprocessed,
> usually by a C-preprocessor.
How do you do that on ca
Hi all.
After years of automake, I only recently starting looking into CMake. Setting
up a multi-language project (C/C++/Fortran) was simple and everything just
works. Impressive!
Two nitpicks/suggestions:
1.
As CheckCSourceCompiles and CheckCXXSourceCompiles macros are available, one
would