From 8a0639ced21aa80adbf61ae393ce4bd4af28c80a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 15 Aug 2025 20:18:50 +0200 Subject: [PATCH] build: Don't silence the ImHex-Pattern clone command --- cmake/build_helpers.cmake | 2 -- 1 file changed, 2 deletions(-) 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 ()