[CMake] Fortran 9x dependencies
William A. Hoffman
billlist at nycap.rr.com
Mon Sep 11 09:49:07 EDT 2006
At 09:32 AM 9/11/2006, Brad King wrote:
>William A. Hoffman wrote:
>> At 03:20 PM 9/8/2006, Warren Turkal wrote:
>>> On Friday 08 September 2006 13:11, you wrote:
>>>> #ifdef FOO
>>>> use abc
>>>> #else
>>>> use xyz
>>>> #endif
>>> That's exactly the type of thing causing the problems.
>>
>> Brad, how hard do you think it would be to run the fortran stuff
>> through cpp with the same -I and -D flags that we are sending to
>> the compiler? Then run it by the parser we already have.
>
>It might work. Will cpp be available on all the platforms that have a
>fortran compiler?
We could try something like this:
http://directory.fsf.org/MCPP.html
More information about the CMake
mailing list