Skip to content

Commit 5f84cad

Browse files
committed
Removed openBLAS from link
1 parent 028aae5 commit 5f84cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ set(XTENSOR_BLAS_TESTS
120120
)
121121

122122
add_executable(test_xtensor_blas ${XTENSOR_BLAS_TESTS} ${XTENSOR_BLAS_HEADERS} ${XTENSOR_HEADERS})
123-
target_link_libraries(test_xtensor_blas ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES} doctest::doctest ${CMAKE_THREAD_LIBS_INIT})
123+
#target_link_libraries(test_xtensor_blas ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES} doctest::doctest ${CMAKE_THREAD_LIBS_INIT})
124+
target_link_libraries(test_xtensor_blas ${LAPACK_LIBRARIES} doctest::doctest ${CMAKE_THREAD_LIBS_INIT})
124125

125126
add_custom_target(xtest COMMAND test_xtensor_blas DEPENDS test_xtensor_blas)
126127
add_test(NAME xtest COMMAND test_xtensor_blas)

0 commit comments

Comments
 (0)