Skip to content

Commit d0f57b0

Browse files
committed
test=release1.3
1 parent 6dddf58 commit d0f57b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/platform/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cc_test(cpu_info_test SRCS cpu_info_test.cc DEPS cpu_info)
3636

3737
nv_library(gpu_info SRCS gpu_info.cc DEPS gflags glog enforce)
3838

39-
cc_library(place SRCS place.cc DEPS enforce boost)
39+
cc_library(place SRCS place.cc DEPS enforce boost lib_any)
4040
cc_test(place_test SRCS place_test.cc DEPS place glog gflags)
4141

4242
add_subdirectory(dynload)

0 commit comments

Comments
 (0)