[CMake] Fortran bug? Use statement problems

Brad King brad.king at kitware.com
Thu Jul 6 09:46:46 EDT 2006


Daniel Sands wrote:
> I'm not a Fortran programmer, but I have some code to compile into my 
> program.  It came up with false dependencies when I tried to compile it 
> in the CMAKE framework though.  The problem is traced to comment lines 
> such as
> 
> C use cross product of vectors ...
> 
> Should a 'use' statement be considered a statement even on a comment line?

No, this is a known bug that we haven't had time to fix.  Just change 
the comment to not have "use".

-Brad


More information about the CMake mailing list