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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to