From f77461f8db5c3954cd61bd734b2c27a6698cb4c2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 28 Aug 2016 10:33:40 +0200 Subject: gui/cmake: be less verbose --- gui/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 94493696..c793a65f 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -37,8 +37,7 @@ if(MSVC) add_custom_command(TARGET fixup-qt-subsystem POST_BUILD COMMAND editbin -nologo -SUBSYSTEM:WINDOWS,5.01 -OSVERSION:5.1 "${i}.dll" - WORKING_DIRECTORY "${CMAKE_INSTALL_PREFIX}" - COMMENT "Fixing up Windows XP support for ${i}.dll") + WORKING_DIRECTORY "${CMAKE_INSTALL_PREFIX}") endforeach() endif() -- cgit v1.2.3