summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-28 10:33:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-28 10:40:14 +0200
commitf77461f8db5c3954cd61bd734b2c27a6698cb4c2 (patch)
tree9f325ed9d70cc92758701c709f2f9f0ee57a59ea
parentc153edbf27106fe43c8389ef75becc3af950b12f (diff)
gui/cmake: be less verbose
-rw-r--r--gui/CMakeLists.txt3
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()