Skip to content

Commit

Permalink
[OpenCL] Use older OpenCL-Headers commit to fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex authored and callumfare committed Sep 6, 2024
1 parent 398cc8c commit b4d2783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/opencl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(UR_OPENCL_INCLUDE_DIR)
else()
FetchContent_Declare(OpenCL-Headers
GIT_REPOSITORY "https://github.com/KhronosGroup/OpenCL-Headers.git"
GIT_TAG main
GIT_TAG 1e193332d02e27e15812d24ff2a3a7a908eb92a3
)
FetchContent_MakeAvailable(OpenCL-Headers)
FetchContent_GetProperties(OpenCL-Headers
Expand Down

0 comments on commit b4d2783

Please sign in to comment.