diff options
Diffstat (limited to 'gui/CMakeLists.txt')
-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() |