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

View File

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