From 78c167064bfffd30cb623fc82ca9b14d1fe36e7d Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 22 Jun 2013 23:15:31 +0200 Subject: Fix for MSYS/MXE build --- desktop/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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} -- cgit v1.2.3-1-g7c22