瀏覽代碼

ENH: add check for intel windows module mangling

Bill Hoffman 17 年之前
父節點
當前提交
4dd0afd069
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/FortranCInterface.cmake

+ 1 - 1
Modules/FortranCInterface.cmake

@@ -87,7 +87,7 @@ function(discover_fortran_module_mangling prefix suffix found)
   
   foreach(interface 
       "test_interface$" 
-      "_TEST_INTERFACE_mp_" 
+      "TEST_INTERFACE_mp_" 
       "__test_interface_NMOD_" 
       "__test_interface_MOD_")
     test_fortran_mangling("${CODE}" "${interface}"