build: Don't silence the ImHex-Pattern clone command

This commit is contained in:
WerWolv 2025-08-15 20:18:50 +02:00
parent 762eacb7c8
commit 8a0639ced2
1 changed files with 0 additions and 2 deletions

View File

@ -607,8 +607,6 @@ function(downloadImHexPatternsFiles dest)
execute_process(
COMMAND
git clone --recurse-submodules --branch ${PATTERNS_BRANCH} https://github.com/WerWolv/ImHex-Patterns.git ${imhex_patterns_SOURCE_DIR}
OUTPUT_QUIET
ERROR_QUIET
)
]])
else ()