From 550eb041ee11ec4f94eec00ef736f190be564f68 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Thu, 16 May 2024 00:54:40 -0400 Subject: [PATCH] Minor formatting 2 --- cmake/modules/DownloadBinary.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/DownloadBinary.cmake b/cmake/modules/DownloadBinary.cmake index 013fc100f5d..213a77f19de 100644 --- a/cmake/modules/DownloadBinary.cmake +++ b/cmake/modules/DownloadBinary.cmake @@ -14,7 +14,7 @@ macro(download_binary RESULT_VARIABLE _url _name _append_to_path) else() set(_command_echo "${COMMAND_ECHO}") set(_output_quiet "") - set(_error_quiet "ERROR_QUIET") + set(_error_quiet "ERROR_QUIET") endif() # Determine a suitable working directory