Building utest does not absolutely depend on fortran anymore
(this is the cmake equivalent of #2141, useful for testing on time-limited CI)
This commit is contained in:
parent
985d0a7a6e
commit
d2703cfee2
|
@ -211,7 +211,8 @@ if (USE_THREAD)
|
|||
target_link_libraries(${OpenBLAS_LIBNAME} ${CMAKE_THREAD_LIBS_INIT})
|
||||
endif()
|
||||
|
||||
if (MSVC OR NOT NOFORTRAN)
|
||||
#if (MSVC OR NOT NOFORTRAN)
|
||||
if (NOT NO_CBLAS)
|
||||
# Broken without fortran on unix
|
||||
add_subdirectory(utest)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue