We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dddf58 commit d0f57b0Copy full SHA for d0f57b0
paddle/fluid/platform/CMakeLists.txt
@@ -36,7 +36,7 @@ cc_test(cpu_info_test SRCS cpu_info_test.cc DEPS cpu_info)
36
37
nv_library(gpu_info SRCS gpu_info.cc DEPS gflags glog enforce)
38
39
-cc_library(place SRCS place.cc DEPS enforce boost)
+cc_library(place SRCS place.cc DEPS enforce boost lib_any)
40
cc_test(place_test SRCS place_test.cc DEPS place glog gflags)
41
42
add_subdirectory(dynload)
0 commit comments