Browse Source

Merge topic 'FindBLAS-atlas-static'

85f4d580c9 FindBLAS: Search for libblas from ATLAS vendor

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4105
Brad King 6 years ago
parent
commit
2557794609
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindBLAS.cmake

+ 1 - 1
Modules/FindBLAS.cmake

@@ -517,7 +517,7 @@ if (BLA_VENDOR STREQUAL "ATLAS" OR BLA_VENDOR STREQUAL "All")
       BLAS
       dgemm
       ""
-      "f77blas;atlas"
+      "blas;f77blas;atlas"
       ""
       )
   endif()