Skip to content

Commit 040f1d3

Browse files
committed
win openblas config merged from openblas-win-config
1 parent c31055a commit 040f1d3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ if (NOT BLAS_ROOT STREQUAL "")
55
endif()
66

77
set(USE_CMAKE_FIND_BLAS ON)
8-
if (WIN32 AND (
9-
NOT BLA_VENDOR OR BLA_VENDOR STREQUAL "OpenBLAS"))
10-
set(USE_CMAKE_FIND_BLAS OFF)
11-
endif()
12-
138

149
# Optionally set the vendor:
1510
# set(BLA_VENDOR libblastrampoline)
@@ -33,7 +28,7 @@ if (NOT USE_CMAKE_FIND_BLAS)
3328
# (NOT OpenBLAS_FOUND AND NOT BLAS_FOUND))
3429
message(STATUS "Looking for blas")
3530

36-
find_package(OpenBLAS CONFIG)
31+
find_package(OpenBLAS REQUIRED)
3732

3833
if(OpenBLAS_FOUND)
3934
if(TARGET OpenBLAS::OpenBLAS)

0 commit comments

Comments
 (0)