From e49b7b64a92869e54e96d0f816b130dd7e488ba2 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 22 Apr 2022 14:38:08 +0800 Subject: [PATCH] add build pylayer depend pybind (#42099) --- paddle/fluid/eager/pylayer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/eager/pylayer/CMakeLists.txt b/paddle/fluid/eager/pylayer/CMakeLists.txt index 1e5f2dc6ccc..8c660fa9694 100644 --- a/paddle/fluid/eager/pylayer/CMakeLists.txt +++ b/paddle/fluid/eager/pylayer/CMakeLists.txt @@ -1 +1 @@ -cc_library(py_layer_node SRCS py_layer_node.cc DEPS phi phi_api grad_node_info) +cc_library(py_layer_node SRCS py_layer_node.cc DEPS pybind phi phi_api grad_node_info) -- GitLab