Skip to content

Commit

Permalink
Merge pull request #1121 from avast/updated-yaramod
Browse files Browse the repository at this point in the history
Updated yaramod
  • Loading branch information
metthal authored Nov 3, 2022
2 parents aecb4d0 + c122996 commit 74c28cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ set(YARA_ARCHIVE_SHA256
)

set(YARAMOD_URL
"https://github.com/avast/yaramod/archive/94fc854153f48556087533616e3b0945d6f8023c.zip"
"https://github.com/avast/yaramod/archive/a367d910ae79698e64e99d8414695281723cd34b.zip"
CACHE STRING "URL of YaraMod archive to use."
)
set(YARAMOD_ARCHIVE_SHA256
"f89546604a9617afb9c6cf8f241cb6dfb398e13b1c77a19f6193d037572b875c"
"2d2dc60890ad9b796fb908162bd3968b8ada693ab2b08e55cdd1c359c643b72b"
CACHE STRING ""
)

Expand Down
1 change: 1 addition & 0 deletions deps/yaramod/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ target_include_directories(yaramod
SYSTEM INTERFACE
$<BUILD_INTERFACE:${YARAMOD_INSTALL_DIR}/include>
$<BUILD_INTERFACE:${YARAMOD_INSTALL_DIR}/include/pog>
$<BUILD_INTERFACE:${YARAMOD_INSTALL_DIR}/include/yaramod>
$<INSTALL_INTERFACE:${RETDEC_INSTALL_DEPS_INCLUDE_DIR}>
)

Expand Down

0 comments on commit 74c28cd

Please sign in to comment.