Skip to content

Commit 8340c74

Browse files
committed
Debugging
1 parent ca93049 commit 8340c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ set(XTENSOR_PYTHON_TESTS
9595
)
9696

9797
add_executable(test_xtensor_python ${XTENSOR_PYTHON_TESTS} ${XTENSOR_PYTHON_HEADERS})
98-
target_link_libraries(test_xtensor_python xtensor-python ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} pybind11::module Python::NumPy)
98+
target_link_libraries(test_xtensor_python xtensor-python ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${PYTHON_LIBRARIES} Python::Python Python::NumPy)
9999

100100
if(DOWNLOAD_GTEST OR GTEST_SRC_DIR)
101101
add_dependencies(test_xtensor_python gtest_main)

0 commit comments

Comments
 (0)