From df0197789f170069ca73b7010cf88530eb4acc3b Mon Sep 17 00:00:00 2001 From: lanxianghit <47554610+lanxianghit@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:08:24 +0800 Subject: [PATCH] fix dep error in pir/cinn (#58248) --- test/cpp/pir/cinn/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/pir/cinn/CMakeLists.txt b/test/cpp/pir/cinn/CMakeLists.txt index 94716a65447bdb..2cafafb9e41cc7 100644 --- a/test/cpp/pir/cinn/CMakeLists.txt +++ b/test/cpp/pir/cinn/CMakeLists.txt @@ -32,7 +32,7 @@ if(WITH_TESTING AND WITH_CINN) set_tests_properties(test_group_op PROPERTIES LABELS "RUN_TYPE=CINN") paddle_test(test_pir_build_cinn_pass SRCS build_cinn_pass_test.cc DEPS - pd_build_cinn_pass) + pd_build_cinn_pass pir_pass) set_tests_properties(test_pir_build_cinn_pass PROPERTIES LABELS "RUN_TYPE=CINN") endif()