diff --git a/paddle/fluid/framework/io/CMakeLists.txt b/paddle/fluid/framework/io/CMakeLists.txt index 30c66cee5be9a41d80f0154bad762c6a662cd84a..0ffaf70be316f9e2782458b34a3ed29e7bf1e8ee 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(fs SRCS fs.cc DEPS string_helper glog boost enforce) cc_library(shell SRCS shell.cc DEPS string_helper glog timer enforce) cc_test(test_fs SRCS test_fs.cc DEPS fs shell)