From a2b560d2cd32615d0213a30721140340a983db6f Mon Sep 17 00:00:00 2001 From: dangqingqing Date: Tue, 23 Jan 2018 21:32:16 +0800 Subject: [PATCH] Fix the cmake 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 53557207d7..496098f804 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 boost) +cc_library(memcpy SRCS memcpy.cc DEPS place) cc_library(paddle_memory DEPS -- GitLab