Skip to content

Commit 42c0a56

Browse files
committed
only cblas?
1 parent c2c8e83 commit 42c0a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (BUILD_OPENBLAS)
1111
# Define the size-minimizing flags as a list
1212
set(OPENBLAS_MINIMAL_FLAGS
1313
# Exclude components not used by HiGHS
14-
-DONLY_BLAS:BOOL=ON
14+
-DONLY_CBLAS:BOOL=ON
1515
-DNO_LAPACK:BOOL=ON
1616
-DNO_LAPACKE:BOOL=ON
1717
-DNO_COMPLEX:BOOL=ON

0 commit comments

Comments
 (0)