[CMake] Fortran 9x dependencies

Brad King brad.king at kitware.com
Mon Sep 11 09:32:25 EDT 2006


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?

-Brad


More information about the CMake mailing list