[Cmake-commits] [cmake-commits] hoffman committed FortranCInterface.cmake 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 29 19:34:14 EDT 2008


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

Modified Files:
	FortranCInterface.cmake 
Log Message:
ENH: fix check for intel windows module mangling


Index: FortranCInterface.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface.cmake,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** FortranCInterface.cmake	29 Oct 2008 21:40:35 -0000	1.9
--- FortranCInterface.cmake	29 Oct 2008 23:34:12 -0000	1.10
***************
*** 94,97 ****
--- 94,98 ----
        ${FORTRAN_C_MANGLING_UPPERCASE} "" "module" "sub" worked)
      if(worked)
+       string(TOLOWER "${interface}" interface)
        string(REGEX REPLACE "(.*)test_interface(.*)" "\\1" pre "${interface}")
        string(REGEX REPLACE "(.*)test_interface(.*)" "\\2" post "${interface}")



More information about the Cmake-commits mailing list