Skip to content

Commit 0d1d371

Browse files
committed
fix
1 parent b29745e commit 0d1d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cinn/core.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function(cinn_nv_test TARGET_NAME)
173173
target_link_libraries(${TARGET_NAME} -Wl,--as-needed phi_core phi_gpu
174174
-Wl,--no-as-needed)
175175
endif()
176-
add_dependencies(${TARGET_NAME} ${cinn_nv_test_DEPS} paddlec_gtest_main
176+
add_dependencies(${TARGET_NAME} ${cinn_nv_test_DEPS} paddle_gtest_main
177177
gtest)
178178
common_link(${TARGET_NAME})
179179
add_test(

0 commit comments

Comments
 (0)