Unverified Commit 171b28b4 authored by Yaser Afshar's avatar Yaser Afshar Committed by GitHub
Browse files

Update the package name to prevent CMake warning (#3691)

parent 1dac981a
......@@ -83,7 +83,7 @@ find_library(OPENCL_LIBRARY
PATH_SUFFIXES ${path_suffixes} "lib"
)
find_package_handle_standard_args(OPENCL DEFAULT_MSG OPENCL_LIBRARY OPENCL_INCLUDE_DIR)
find_package_handle_standard_args(OpenCL DEFAULT_MSG OPENCL_LIBRARY OPENCL_INCLUDE_DIR)
if(OPENCL_FOUND)
set(OPENCL_LIBRARIES ${OPENCL_LIBRARY})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment