summaryrefslogtreecommitdiffstats
path: root/Modules/FindBLAS.cmake
diff options
context:
space:
mode:
authorIgor S. Gerasimov <i.s.ger@ya.ru>2021-07-27 17:15:10 (GMT)
committerIgor S. Gerasimov <i.s.ger@ya.ru>2021-07-27 17:15:10 (GMT)
commit73e452eb98ecea915164444a417b9c18a0a84e82 (patch)
tree049252d11c62cc2d677a649eb8b87cd263a50284 /Modules/FindBLAS.cmake
parentea28d28a6169b0431407f97403b3ac406997e153 (diff)
downloadCMake-73e452eb98ecea915164444a417b9c18a0a84e82.zip
CMake-73e452eb98ecea915164444a417b9c18a0a84e82.tar.gz
CMake-73e452eb98ecea915164444a417b9c18a0a84e82.tar.bz2
FindBLAS: IBM ESSL 6.1 does not required BLAS lib
Diffstat (limited to 'Modules/FindBLAS.cmake')
-rw-r--r--Modules/FindBLAS.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index 799d179..0d95723 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -893,7 +893,7 @@ if(BLA_VENDOR STREQUAL "SGIMATH" OR BLA_VENDOR STREQUAL "All")
endif()
endif()
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
+# BLAS in IBM ESSL library?
if(BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All")
if(NOT BLAS_LIBRARIES)
check_blas_libraries(
@@ -901,7 +901,7 @@ if(BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All")
BLAS
sgemm
""
- "essl;blas"
+ "essl"
""
""
""