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 @@
-