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 ca2b989 commit d80d124Copy full SHA for d80d124
1 file changed
test/CMakeLists.txt
@@ -121,7 +121,8 @@ set(XTENSOR_BLAS_TESTS
121
122
add_executable(test_xtensor_blas ${XTENSOR_BLAS_TESTS} ${XTENSOR_BLAS_HEADERS} ${XTENSOR_HEADERS})
123
set_target_properties(test_xtensor_blas PROPERTIES CMAKE_CXX_EXTENSIONS OFF)
124
-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)
125
+#target_link_libraries(test_xtensor_blas ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES} doctest::doctest ${CMAKE_THREAD_LIBS_INIT})
126
127
add_custom_target(xtest COMMAND test_xtensor_blas DEPENDS test_xtensor_blas)
128
add_test(NAME xtest COMMAND test_xtensor_blas)
0 commit comments