aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-30 09:57:08 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2021-11-30 14:19:53 +0000
commit407cddf1554c94f967116deba88d4ad6ac70ad56 (patch)
tree765212467d49fe8f2becc3a5cbe681b169274b64 /cmake
parent005642326a59dc934353695e92fba7cc476db491 (diff)
downloadarmnn-407cddf1554c94f967116deba88d4ad6ac70ad56.tar.gz
Fix the break caused by ACL Opencl header update
* Headers were updated in https://review.mlplatform.org/c/ml/ComputeLibrary/+/6751 * Update ACL pin to dc2282f40b40c0d85b113c792f90d1faa2759f46 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1ff5d017e1921e5acbf7a5a54abc57d165fa5269
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)