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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 29 10:58:42 EDT 2008


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

Modified Files:
	FortranCInterface.cmake 
Log Message:
ENH: add test for FortranCInterface


Index: FortranCInterface.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** FortranCInterface.cmake	28 Oct 2008 23:53:54 -0000	1.3
--- FortranCInterface.cmake	29 Oct 2008 14:58:40 -0000	1.4
***************
*** 111,117 ****
        end subroutine sub
      ")
!   foreach(pre "_" "" "__")
!     foreach(isup TRUE FALSE)
!       foreach(post "" "_")
          set(worked FALSE)
          test_fortran_mangling("${CODE}" "${pre}" ${isup}
--- 111,117 ----
        end subroutine sub
      ")
!   foreach(post "_" "")
!     foreach(isup FALSE TRUE)
!       foreach(pre "" "_" "__")
          set(worked FALSE)
          test_fortran_mangling("${CODE}" "${pre}" ${isup}



More information about the Cmake-commits mailing list