From 051fe1724f94397fc58df5f913c9b427fb63ebdb Mon Sep 17 00:00:00 2001 From: liaogang Date: Fri, 4 Aug 2017 11:12:48 +0800 Subject: [PATCH] remove duplicate cpplint --- paddle/memory/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/memory/CMakeLists.txt b/paddle/memory/CMakeLists.txt index eb2f5cb66..8035d93bf 100644 --- a/paddle/memory/CMakeLists.txt +++ b/paddle/memory/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory(detail) -cc_library(memory SRCS memory.h memory.cc) -cc_library(memcpy SRCS memcpy.h memcpy.cc DEPS device_context) +cc_library(memory SRCS memory.cc) +cc_library(memcpy SRCS memcpy.cc DEPS device_context) cc_library(paddle_memory DEPS -- GitLab