Skip to content

Commit 625c74a

Browse files
authored
fork utest depends on CBLAS
1 parent 5fcaca6 commit 625c74a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utest/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ endif ()
2525

2626
# known to hang with the native Windows and Android threads
2727
# FIXME needs checking if this works on any of the other platforms
28+
if (NOT NO_CBLAS)
2829
if (NOT USE_OPENMP)
2930
if (OS_CYGWIN_NT OR OS_LINUX)
3031
set(OpenBLAS_utest_src
@@ -33,6 +34,7 @@ set(OpenBLAS_utest_src
3334
)
3435
endif()
3536
endif()
37+
endif()
3638

3739
if (NOT NO_LAPACK)
3840
set(OpenBLAS_utest_src

0 commit comments

Comments
 (0)