diff --git a/paddle/fluid/lite/opencl/CMakeLists.txt b/paddle/fluid/lite/opencl/CMakeLists.txt index 195e34cdd8bc90a168d8ca6d63e9282a017e78ac..bff8050ce6f6489c09a14f4e8e7fc8e437a89940 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)