From 608ebece366e24257fea70bff8cab007473f10b4 Mon Sep 17 00:00:00 2001 From: dangqingqing Date: Tue, 23 Jan 2018 19:37:01 +0800 Subject: [PATCH] Fix the dependence. --- paddle/memory/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/memory/CMakeLists.txt b/paddle/memory/CMakeLists.txt index 061ee1a4d4c..53557207d73 100644 --- a/paddle/memory/CMakeLists.txt +++ b/paddle/memory/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory(detail) cc_library(memory SRCS memory.cc DEPS place enforce) -cc_library(memcpy SRCS memcpy.cc) +cc_library(memcpy SRCS memcpy.cc boost) cc_library(paddle_memory DEPS -- GitLab