Explorar o código

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

Merge-request: !2897
Brad King %!s(int64=6) %!d(string=hai) anos
pai
achega
1545b896bb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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})
       check_lapack_libraries(
         ${_LIBRARIES}
-        BLAS
+        LAPACK
         ${LAPACK_mkl_SEARCH_SYMBOL}
         ""
         ""
@@ -329,7 +329,7 @@ if (BLA_VENDOR MATCHES "Intel" OR BLA_VENDOR STREQUAL "All")
       if (NOT ${_LIBRARIES})
         check_lapack_libraries(
           ${_LIBRARIES}
-          BLAS
+          LAPACK
           ${LAPACK_mkl_SEARCH_SYMBOL}
           ""
           "${IT}"