From 615d9f53d3959445b72a530159eed32a70d4978a Mon Sep 17 00:00:00 2001 From: HongyuJia Date: Mon, 13 Feb 2023 17:00:23 +0800 Subject: [PATCH] Fix compile error of operants_manager.cc (#50442) --- paddle/phi/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/phi/core/CMakeLists.txt b/paddle/phi/core/CMakeLists.txt index caa571aff8d..48a8779de12 100644 --- a/paddle/phi/core/CMakeLists.txt +++ b/paddle/phi/core/CMakeLists.txt @@ -117,7 +117,7 @@ cc_library( cc_library( operants_manager SRCS operants_manager.cc - DEPS flags) + DEPS phi_enforce) cc_library( mixed_vector -- GitLab