diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake index d026dd5ab..06de45da9 100644 --- a/cmake/build_helpers.cmake +++ b/cmake/build_helpers.cmake @@ -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 ()