From 1077a6490fc1a003da015c181020cea25ea9599b Mon Sep 17 00:00:00 2001 From: mix Date: Tue, 3 Feb 2026 14:54:57 +0000 Subject: [PATCH] Add silent to arguments when building sprite dats with sprite build cmd --- CMakeLists.txt | 2 +- openrct2.targets | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 252009a7cd..45b0ce09b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -406,7 +406,7 @@ if (NOT CMAKE_CROSSCOMPILING) file(GLOB_RECURSE dependent_files CONFIGURE_DEPENDS "${ROOT_DIR}/resources/${graphics_file}/*") add_custom_command( OUTPUT ${output_file} - COMMAND ./openrct2-cli sprite build "${CMAKE_BINARY_DIR}/${output_file}" "${json_file}" + COMMAND ./openrct2-cli sprite build "${CMAKE_BINARY_DIR}/${output_file}" "${json_file}" silent WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" DEPENDS ${dependent_files} ) diff --git a/openrct2.targets b/openrct2.targets index 2da26f6f8e..ec018e3ae8 100644 --- a/openrct2.targets +++ b/openrct2.targets @@ -113,7 +113,7 @@ - @@ -133,7 +133,7 @@ - @@ -153,7 +153,7 @@ - @@ -173,7 +173,7 @@ -