diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake index b2f850ae9..8fda5791d 100644 --- a/cmake/build_helpers.cmake +++ b/cmake/build_helpers.cmake @@ -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()