We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49e237 commit b703d41Copy full SHA for b703d41
sycl/cmake/modules/FetchEmhash.cmake
@@ -9,7 +9,7 @@ if(NOT emhash_FOUND)
9
include(FetchContent)
10
FetchContent_Declare(emhash
11
GIT_REPOSITORY ${EMHASH_REPO}
12
- GIT_TAG 09fb0439de0c65e387498232c89d561ee95fbd60
+ GIT_TAG 5e131ba09a5290823fe71099d9c35eb5df5345b6
13
SOURCE_SUBDIR emhash
14
)
15
FetchContent_MakeAvailable(emhash)
0 commit comments