From 8527961d1664b03e563381529f6ae4da83d26550 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Sun, 19 Apr 2015 15:13:32 +0200 Subject: real fix for png2ico, pipe error stream also to result variable --- find-modules/FindPng2Ico.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1