mirror of https://github.com/WerWolv/ImHex
build: Don't silence the ImHex-Pattern clone command
This commit is contained in:
parent
762eacb7c8
commit
8a0639ced2
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue