Skip to content

Commit 9086543

Browse files
authored
Utest needs CBLAS but not necessarily FORTRAN
1 parent abea977 commit 9086543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ if (USE_THREAD)
211211
target_link_libraries(${OpenBLAS_LIBNAME} ${CMAKE_THREAD_LIBS_INIT})
212212
endif()
213213

214-
if (MSVC OR NOT NOFORTRAN)
214+
#if (MSVC OR NOT NOFORTRAN)
215+
if (NOT NO_CBLAS)
215216
# Broken without fortran on unix
216217
add_subdirectory(utest)
217218
endif()

0 commit comments

Comments
 (0)