[Cmake-commits] [cmake-commits] hoffman committed FortranCInterface.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 29 11:50:22 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv3698

Modified Files:
	FortranCInterface.cmake 
Log Message:
ENH: fix for xlf module linkage


Index: FortranCInterface.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** FortranCInterface.cmake	29 Oct 2008 14:58:40 -0000	1.4
--- FortranCInterface.cmake	29 Oct 2008 15:50:20 -0000	1.5
***************
*** 88,92 ****
    foreach(interface 
        "test_interface$" 
!       ".__test_interface_NMOD_" 
        "__test_interface_MOD_")
      test_fortran_mangling("${CODE}" "${interface}"
--- 88,92 ----
    foreach(interface 
        "test_interface$" 
!       "__test_interface_NMOD_" 
        "__test_interface_MOD_")
      test_fortran_mangling("${CODE}" "${interface}"



More information about the Cmake-commits mailing list