Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8340c74

Browse files
committed
Debugging
1 parentca93049 commit8340c74

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_GTESTOR GTEST_SRC_DIR)
101101
add_dependencies(test_xtensor_python gtest_main)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp