We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f84cad commit f5bd8f7Copy full SHA for f5bd8f7
test/CMakeLists.txt
@@ -121,7 +121,7 @@ set(XTENSOR_BLAS_TESTS
121
122
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})
124
-target_link_libraries(test_xtensor_blas ${LAPACK_LIBRARIES} doctest::doctest ${CMAKE_THREAD_LIBS_INIT})
+target_link_libraries(test_xtensor_blas ${BLAS_LIBRARIES} doctest::doctest ${CMAKE_THREAD_LIBS_INIT})
125
126
add_custom_target(xtest COMMAND test_xtensor_blas DEPENDS test_xtensor_blas)
127
add_test(NAME xtest COMMAND test_xtensor_blas)
0 commit comments