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 028aae5 commit 5f84cadCopy full SHA for 5f84cad
test/CMakeLists.txt
@@ -120,7 +120,8 @@ set(XTENSOR_BLAS_TESTS
120
)
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})
+#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})
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