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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 29 17:40:37 EDT 2008


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

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


Index: FortranCInterface.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** FortranCInterface.cmake	29 Oct 2008 21:40:05 -0000	1.8
--- FortranCInterface.cmake	29 Oct 2008 21:40:35 -0000	1.9
***************
*** 88,92 ****
    foreach(interface 
        "test_interface$" 
!       "_TEST_INTERFACE_mp_" 
        "__test_interface_NMOD_" 
        "__test_interface_MOD_")
--- 88,92 ----
    foreach(interface 
        "test_interface$" 
!       "TEST_INTERFACE_mp_" 
        "__test_interface_NMOD_" 
        "__test_interface_MOD_")



More information about the Cmake-commits mailing list