[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 6 07:53:37 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Sort FortranCInterface global mangling symbols

This just cleans up the list ordering so more entries can be added while
keeping everything organized.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** CMakeLists.txt	5 Aug 2009 21:07:36 -0000	1.3
--- CMakeLists.txt	6 Aug 2009 11:53:32 -0000	1.4
***************
*** 12,19 ****
  # List manglings of global symbol names to try.
  set(global_symbols
-   my_sub_   # GNU, Intel, HP, SunPro, MIPSpro
    my_sub    # VisualAge
!   mysub_    # GNU, Intel, HP, SunPro, MIPSpro
    mysub     # VisualAge
    ${FortranCInterface_GLOBAL_SYMBOLS}
    )
--- 12,19 ----
  # List manglings of global symbol names to try.
  set(global_symbols
    my_sub    # VisualAge
!   my_sub_   # GNU, Intel, HP, SunPro, MIPSpro
    mysub     # VisualAge
+   mysub_    # GNU, Intel, HP, SunPro, MIPSpro
    ${FortranCInterface_GLOBAL_SYMBOLS}
    )



More information about the Cmake-commits mailing list