Skip to content

Commit 106cf06

Browse files
[XPTI] Update emhash dependency to fix code analyzer hits (#18312)
Update dep version to include fix of coverity hits ktprime/emhash@4fc20c7 Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
1 parent 1a83e6e commit 106cf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xptifw/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(EMHASH_REPO https://github.com/ktprime/emhash)
33
message(STATUS "Will fetch emhash from ${EMHASH_REPO}")
44
FetchContent_Declare(emhash-headers
55
GIT_REPOSITORY ${EMHASH_REPO}
6-
GIT_TAG 96dcae6fac2f5f90ce97c9efee61a1d702ddd634
6+
GIT_TAG 4fc20c7c9b048651c03258460e4662c8d3a04520
77
)
88

99
FetchContent_GetProperties(emhash-headers)

0 commit comments

Comments
 (0)