Re: [CMake] feedback on fortran support

2008-12-03 Thread Daniel Franke
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-

Re: [CMake] feedback on fortran support

2008-12-03 Thread Mathieu Malaterre
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

[CMake] feedback on fortran support

2008-12-02 Thread Daniel Franke
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