Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchEmhash.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(NOT emhash_FOUND)
include(FetchContent)
FetchContent_Declare(emhash
GIT_REPOSITORY ${EMHASH_REPO}
GIT_TAG 09fb0439de0c65e387498232c89d561ee95fbd60
GIT_TAG 5e131ba09a5290823fe71099d9c35eb5df5345b6
SOURCE_SUBDIR emhash
)
FetchContent_MakeAvailable(emhash)
Expand Down
Loading