[CMake] Fortran dependency scanning

Brad King brad.king at kitware.com
Tue Mar 29 17:13:56 EDT 2011


On 03/29/2011 11:53 AM, Tim Gallagher wrote:
> Hi,
> 
> We ran into an issue using CMake with our fortran project. We have constructions such as:
> 
> ...
> #ifdef OPTION1
>   USE Module1
> #else
>   USE Module2
> #endif
> ...
> 
> It's not actually finding modules as dependencies. Any thoughts?

Are those modules provided by other sources in the same target or
other targets to which this target links?

-Brad


More information about the CMake mailing list