Skip to content

Commit a99dbce

Browse files
authored
Merge pull request #2067 from sarnex/fixbuild
[OpenCL] Use older OpenCL-Headers commit to fix build
2 parents 9d71afb + 4bf5803 commit a99dbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/opencl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if(UR_OPENCL_INCLUDE_DIR)
5454
else()
5555
FetchContent_Declare(OpenCL-Headers
5656
GIT_REPOSITORY "https://github.com/KhronosGroup/OpenCL-Headers.git"
57-
GIT_TAG main
57+
GIT_TAG 1e193332d02e27e15812d24ff2a3a7a908eb92a3
5858
)
5959
FetchContent_MakeAvailable(OpenCL-Headers)
6060
FetchContent_GetProperties(OpenCL-Headers

0 commit comments

Comments
 (0)