Re: [CMake] Fortran dependency scanning

2011-03-31 Thread Brad King
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

Re: [CMake] Fortran dependency scanning

2011-03-29 Thread Tim Gallagher
.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

Re: [CMake] Fortran dependency scanning

2011-03-29 Thread Brad King
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?

[CMake] Fortran dependency scanning

2011-03-29 Thread Tim Gallagher
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