Re: [CMake] Problem with Fortran conditionals

2015-05-01 Thread Brad King
On 05/01/2015 02:56 AM, Arjen Markus wrote: > On 04/30/2015 06:04 PM, Nikolaus Rath wrote: >> I am not sure why CMake is trying to copy module files around It is copying the module to a timestamp file so that dependents don't have to rebuild if the module content didn't really change. Even if CMak

Re: [CMake] Problem with Fortran conditionals

2015-05-01 Thread Arjen Markus
t; To: CMake > Subject: [CMake] Problem with Fortran conditionals > > Hello, > > I am in the process of converting a bigger project from pure GNU Make to > CMake - > mostly because managing dependencies for the Fortran sources has become too > painful. > > Things seem to be m

[CMake] Problem with Fortran conditionals

2015-04-30 Thread Nikolaus Rath
Hello, I am in the process of converting a bigger project from pure GNU Make to CMake - mostly because managing dependencies for the Fortran sources has become too painful. Things seem to be mostly working, but I'm hitting one problem. When trying to run the (CMake-generated) Makefile, it fails w