summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
index cf1409c..532b2e1 100644
--- a/desktop/CMakeLists.txt
+++ b/desktop/CMakeLists.txt
@@ -75,7 +75,7 @@ endif()
# Translate translatable material
find_program(PO4A po4a)
-if(PO4A)
+if(PO4A AND (NOT MSYS))
add_custom_target(desktop_po4a
COMMAND ${PO4A} po4a.cfg
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}