Fix for MSYS/MXE build

dev-ui
Piotr Dziwinski 2013-06-22 23:15:31 +02:00
parent 112d6843be
commit 78c167064b
1 changed files with 1 additions and 1 deletions

View File

@ -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}