Skip to content

Commit

Permalink
Update TaichiCAPITests.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Nov 28, 2022
1 parent fd75d26 commit 46a53aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/TaichiCAPITests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if (WIN32)
endif()
target_link_libraries(${C_API_TESTS_NAME} PRIVATE taichi_c_api)
target_link_libraries(${C_API_TESTS_NAME} PRIVATE gtest_main)
target_link_libraries(${C_API_TESTS_NAME} PRIVATE ${BACKWARD_ENABLE})

if (TI_WITH_BACKTRACE)
target_link_libraries(${C_API_TESTS_NAME} PRIVATE ${BACKWARD_ENABLE})
Expand Down

0 comments on commit 46a53aa

Please sign in to comment.