Skip to content

Commit

Permalink
Set correct extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanC committed Sep 16, 2024
1 parent a91f218 commit 33ad6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ set(CMAKE_CXX_EXTENSIONS ON)
# them available here rather here rather than in source/cl/external.
FetchContent_Declare(
OpenCLHeaders
GIT_REPOSITORY git@github.com:EwanC/OpenCL-Headers.git
GIT_TAG array_update
GIT_REPOSITORY https://github.com/KhronosGroup/OpenCL-Headers.git
GIT_TAG 7258b9e0137474c988142fd35777b59dcdff167e
)
FetchContent_MakeAvailable(OpenCLHeaders)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extension::khr_command_buffer_mutable_dispatch::
#else
usage_category::DISABLED
#endif
CA_CL_EXT_VERSION(0, 1, 0)) {
CA_CL_EXT_VERSION(0, 9, 2)) {
}

void *extension::khr_command_buffer_mutable_dispatch::
Expand Down

0 comments on commit 33ad6a6

Please sign in to comment.