diff options
author | Brad King <brad.king@kitware.com> | 2019-12-05 16:42:57 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-12-05 16:45:57 (GMT) |
commit | 25577946096b215d635202be6868602d8d8dbad1 (patch) | |
tree | c09bea4f69395818657db92e75640a6a939d8299 /Modules | |
parent | 632bd60515aa5dce1cf5c06e97f8a2321ee217be (diff) | |
parent | 85f4d580c94a3434e605c3f01c293179e02424d7 (diff) | |
download | CMake-25577946096b215d635202be6868602d8d8dbad1.zip CMake-25577946096b215d635202be6868602d8d8dbad1.tar.gz CMake-25577946096b215d635202be6868602d8d8dbad1.tar.bz2 |
Merge topic 'FindBLAS-atlas-static'
85f4d580c9 FindBLAS: Search for libblas from ATLAS vendor
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4105
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindBLAS.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index 77f9d0e..165627e 100644 --- a/Modules/FindBLAS.cmake +++ b/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() |