Hello,
This patch looks fine, so I merged it to CMake development branch.
should be in the next CMake patch.
Andy
Warren Turkal wrote:
Here is an untested patch for the problem. I think this one falls in the
category of obvious.
--- CMakeFortranCompiler.cmake.in.old 2006-07-03 14:17:34.743410148 -0600
+++ CMakeFortranCompiler.cmake.in 2006-07-03 14:19:30.858008205 -0600
@@ -15,7 +15,7 @@
SET(MINGW 1)
ENDIF(CMAKE_COMPILER_IS_MINGW)
SET(CMAKE_COMPILER_IS_GNUG77_RUN 1)
-SET(CMAKE_Fortran_SOURCE_FILE_EXTENSIONS f;F;f77;f90;for;f95)
+SET(CMAKE_Fortran_SOURCE_FILE_EXTENSIONS f;F;f77;F77;f90;F90;for;f95;F95)
SET(CMAKE_Fortran_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
SET(CMAKE_Fortran_LINKER_PREFERENCE Prefered)
IF(UNIX)
wt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]