aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index 1dc2d67f49..2c5bc837e6 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -295,7 +295,7 @@ if(ARMCOMPUTECL)
message(STATUS "Flatbuffers library located at: ${FLATBUFFERS_LIBRARY}")
# Always use Arm compute library OpenCL headers
- find_path(OPENCL_INCLUDE CL/cl2.hpp
+ find_path(OPENCL_INCLUDE CL/opencl.hpp
PATHS ${ARMCOMPUTE_ROOT}/include
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)