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