diff options
author | Patrick von Reth <vonreth@kde.org> | 2015-04-19 15:13:32 +0200 |
---|---|---|
committer | Patrick von Reth <vonreth@kde.org> | 2015-04-19 15:13:32 +0200 |
commit | 8527961d1664b03e563381529f6ae4da83d26550 (patch) | |
tree | 0de73934b8c461c7229537ac6aafe7bd7d43f192 | |
parent | 9521e67d6ac24ac52b05f47f384c048999d7df5f (diff) | |
download | extra-cmake-modules-8527961d1664b03e563381529f6ae4da83d26550.tar.gz extra-cmake-modules-8527961d1664b03e563381529f6ae4da83d26550.tar.bz2 |
real fix for png2ico, pipe error stream also to result variable
-rw-r--r-- | find-modules/FindPng2Ico.cmake | 2 |
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) |