summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-12-05 16:42:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-12-05 16:45:57 (GMT)
commit25577946096b215d635202be6868602d8d8dbad1 (patch)
treec09bea4f69395818657db92e75640a6a939d8299 /Modules
parent632bd60515aa5dce1cf5c06e97f8a2321ee217be (diff)
parent85f4d580c94a3434e605c3f01c293179e02424d7 (diff)
downloadCMake-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.cmake2
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()