From d8a21ef6f318231cca37275ce0a69364859688f6 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Sat, 4 Apr 2020 06:17:28 +0800 Subject: [PATCH] test=develop;fix error (#23467) --- paddle/fluid/framework/io/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/io/CMakeLists.txt b/paddle/fluid/framework/io/CMakeLists.txt index 50183e0bf54..0f0e562c0f5 100644 --- a/paddle/fluid/framework/io/CMakeLists.txt +++ b/paddle/fluid/framework/io/CMakeLists.txt @@ -1,4 +1,4 @@ cc_library(fs SRCS fs.cc DEPS string_helper glog boost) -cc_library(shell SRCS shell.cc DEPS string_helper glog timer) +cc_library(shell SRCS shell.cc DEPS string_helper glog timer enforce) cc_test(test_fs SRCS test_fs.cc DEPS fs shell) -- GitLab