On 03/29/2011 06:05 PM, Tim Gallagher wrote:
> I checked the variable and the correct module file is there but it's not
> being built in the correct order.
This feature is expected to work. Can you reproduce the issue in a
sample test project and send me a tarball off-list, please?
Thanks,
-Bra
.gatech.edu
Cc: "Tim Gallagher" , cmake@cmake.org
Sent: Tuesday, March 29, 2011 5:13:56 PM
Subject: Re: [CMake] Fortran dependency scanning
On 03/29/2011 11:53 AM, Tim Gallagher wrote:
> Hi,
>
> We ran into an issue using CMake with our fortran project. We have
> constr
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?
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? I am using
version 2.8.1, I can try to upgrade if somebody thinks it is