diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-28 10:33:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-28 10:40:14 +0200 |
commit | f77461f8db5c3954cd61bd734b2c27a6698cb4c2 (patch) | |
tree | 9f325ed9d70cc92758701c709f2f9f0ee57a59ea /gui | |
parent | c153edbf27106fe43c8389ef75becc3af950b12f (diff) |
gui/cmake: be less verbose
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 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() |