[Cmake-commits] [cmake-commits] king committed mysub.f 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 27 11:56:12 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Fortran
In directory public:/mounts/ram/cvs-serv9598/Tests/Fortran

Modified Files:
	mysub.f 
Log Message:
ENH: Require language libs in Fortran/C test

This extends the Fortran/C interface test to require that the executable
link to the fortran language runtime libraries.  We must verify that the
proper linker is chosen.


Index: mysub.f
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/mysub.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** mysub.f	29 Oct 2008 14:58:40 -0000	1.1
--- mysub.f	27 Jul 2009 15:56:09 -0000	1.2
***************
*** 1,3 ****
--- 1,4 ----
        subroutine mysub
+         print *, 'Printing this requires fortran language libraries'
        end subroutine
        subroutine my_sub



More information about the Cmake-commits mailing list