Skip to content

Commit a2b560d

Browse files
committed
Fix the cmake dependence.
1 parent 920db1a commit a2b560d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/memory/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
add_subdirectory(detail)
22

33
cc_library(memory SRCS memory.cc DEPS place enforce)
4-
cc_library(memcpy SRCS memcpy.cc boost)
4+
cc_library(memcpy SRCS memcpy.cc DEPS place)
55

66
cc_library(paddle_memory
77
DEPS

0 commit comments

Comments
 (0)