build: Don't bundle yara rules anymore because Microsoft Defender is a little cry baby

This commit is contained in:
WerWolv 2022-03-01 20:27:19 +01:00
parent 775b3e8c52
commit 2c361f9b0a
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ function(downloadImHexPatternsFiles)
FetchContent_Populate(imhex_patterns)
set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns yara magic)
set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic)
foreach (FOLDER ${PATTERNS_FOLDERS_TO_INSTALL})
install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "./")
endforeach()