From e312ec040980d53104ac27e07bb34d892d739bec Mon Sep 17 00:00:00 2001 From: Wang Zhen Date: Fri, 28 Jun 2019 11:43:03 +0000 Subject: [PATCH] Update CMakeLists.txt --- paddle/fluid/lite/opencl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/lite/opencl/CMakeLists.txt b/paddle/fluid/lite/opencl/CMakeLists.txt index 195e34cdd8..bff8050ce6 100644 --- a/paddle/fluid/lite/opencl/CMakeLists.txt +++ b/paddle/fluid/lite/opencl/CMakeLists.txt @@ -13,4 +13,4 @@ lite_cc_library(cl_caller SRCS cl_caller.cc DEPS cl_helper cl_image) lite_cc_test(test_cl_runtime SRCS cl_test.cc DEPS cl_helper cl_image cl_caller cl_wrapper ARGS --cl_path=${CMAKE_SOURCE_DIR}/paddle/fluid/lite/opencl) -add_dependencies(cl_tool opencl_clhpp) +add_dependencies(cl_wrapper opencl_clhpp) -- GitLab