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 1a83e6e commit 106cf06Copy full SHA for 106cf06
xptifw/src/CMakeLists.txt
@@ -3,7 +3,7 @@ set(EMHASH_REPO https://github.com/ktprime/emhash)
3
message(STATUS "Will fetch emhash from ${EMHASH_REPO}")
4
FetchContent_Declare(emhash-headers
5
GIT_REPOSITORY ${EMHASH_REPO}
6
- GIT_TAG 96dcae6fac2f5f90ce97c9efee61a1d702ddd634
+ GIT_TAG 4fc20c7c9b048651c03258460e4662c8d3a04520
7
)
8
9
FetchContent_GetProperties(emhash-headers)
0 commit comments