浏览代码

Merge branch 'backport-FindLAPACK-typo' into release-3.13

Merge-request: !2897
Brad King 6 年之前
父节点
当前提交
1545b896bb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Modules/FindLAPACK.cmake

+ 2 - 2
Modules/FindLAPACK.cmake

@@ -316,7 +316,7 @@ if (BLA_VENDOR MATCHES "Intel" OR BLA_VENDOR STREQUAL "All")
     if (NOT ${_LIBRARIES})
     if (NOT ${_LIBRARIES})
       check_lapack_libraries(
       check_lapack_libraries(
         ${_LIBRARIES}
         ${_LIBRARIES}
-        BLAS
+        LAPACK
         ${LAPACK_mkl_SEARCH_SYMBOL}
         ${LAPACK_mkl_SEARCH_SYMBOL}
         ""
         ""
         ""
         ""
@@ -329,7 +329,7 @@ if (BLA_VENDOR MATCHES "Intel" OR BLA_VENDOR STREQUAL "All")
       if (NOT ${_LIBRARIES})
       if (NOT ${_LIBRARIES})
         check_lapack_libraries(
         check_lapack_libraries(
           ${_LIBRARIES}
           ${_LIBRARIES}
-          BLAS
+          LAPACK
           ${LAPACK_mkl_SEARCH_SYMBOL}
           ${LAPACK_mkl_SEARCH_SYMBOL}
           ""
           ""
           "${IT}"
           "${IT}"