aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--find-modules/FindPng2Ico.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindPng2Ico.cmake b/find-modules/FindPng2Ico.cmake
index 941e9155..d84f6673 100644
--- a/find-modules/FindPng2Ico.cmake
+++ b/find-modules/FindPng2Ico.cmake
@@ -87,7 +87,7 @@ if (Png2Ico_FOUND)
execute_process(
COMMAND "${Png2Ico_EXECUTABLE}" --help
OUTPUT_VARIABLE _png2ico_help_text
- ERROR_QUIET
+ ERROR_VARIABLE _png2ico_help_text
)
if (_png2ico_help_text MATCHES ".*--rcfile .*")
set(Png2Ico_HAS_RCFILE_ARGUMENT TRUE)