[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.5.2.1 1.5.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 9 16:11:13 EDT 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt 
Log Message:
Merge in changes for RC 3


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/CMakeLists.txt,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C 2 -d -r1.5.2.1 -r1.5.2.2
*** CMakeLists.txt	1 Oct 2009 21:20:35 -0000	1.5.2.1
--- CMakeLists.txt	9 Oct 2009 20:11:11 -0000	1.5.2.2
***************
*** 26,31 ****
--- 26,33 ----
    my_sub_   # GNU, Intel, HP, SunPro, MIPSpro
    my_sub__  # GNU g77
+   MY_SUB    # Intel on Windows
    mysub     # VisualAge
    mysub_    # GNU, Intel, HP, SunPro, MIPSpro
+   MYSUB     # Intel on Windows
    ${FortranCInterface_GLOBAL_SYMBOLS}
    )
***************
*** 42,48 ****
--- 44,52 ----
    my_module$my_sub        # HP
    my_module_mp_my_sub_    # Intel
+   MY_MODULE_mp_MY_SUB     # Intel on Windows
    my_module_my_sub_       # PGI
    mymodule$mysub          # HP
    mymodule_mp_mysub_      # Intel
+   MYMODULE_mp_MYSUB       # Intel on Windows
    mymodule_mysub_         # PGI
    ${FortranCInterface_MODULE_SYMBOLS}



More information about the Cmake-commits mailing list