Skip to content

Commit c873776

Browse files
authored
Merge pull request #66 from ghisvail/patch-2
Fixup typo in target name
2 parents 40f2d76 + 51bcf61 commit c873776

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
@@ -96,7 +96,7 @@ add_executable(${XTENSOR_PYTHON_TARGET} ${XTENSOR_PYTHON_TESTS} ${XTENSOR_PYTHON
9696
target_link_libraries(${XTENSOR_PYTHON_TARGET} ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${PYTHON_LIBRARIES})
9797

9898
if(DOWNLOAD_GTEST OR GTEST_SRC_DIR)
99-
add_dependencies(${XTENSOR_TARGET} gtest_main)
99+
add_dependencies(${XTENSOR_PYTHON_TARGET} gtest_main)
100100
endif()
101101

102102
add_custom_target(xtest COMMAND ./test_xtensor_python DEPENDS ${XTENSOR_PYTHON_TARGET})

0 commit comments

Comments
 (0)