We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bc0b4 commit ef2179bCopy full SHA for ef2179b
sycl/cmake/modules/FetchEmhash.cmake
@@ -6,6 +6,7 @@ find_file(EMHASH_SYS_LOC "hash_table8.hpp" PATH_SUFFIXES "emhash")
6
if(NOT EMHASH_SYS_LOC)
7
set(EMHASH_REPO https://github.com/ktprime/emhash)
8
message(STATUS "Will fetch emhash from ${EMHASH_REPO}")
9
+ include(FetchContent)
10
FetchContent_Declare(emhash
11
GIT_REPOSITORY ${EMHASH_REPO}
12
GIT_TAG 3ba9abdfdc2e0430fcc2fd8993cad31945b6a02b
0 commit comments