From 23608323fe0d5a1e82aae938309687393fe42048 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand=20=28astrand=29?= Date: Mon, 22 Sep 2014 10:57:23 +0200 Subject: [PATCH] Apparently, at least my CMake requires that quotes are at the beginning of the line. --- po/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index f36b15df..af5003ce 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -19,8 +19,8 @@ if (GETTEXT_XGETTEXT_EXECUTABLE) add_custom_target(translations_update ${GETTEXT_XGETTEXT_EXECUTABLE} - --directory="${PROJECT_SOURCE_DIR}" - --output="${CMAKE_CURRENT_SOURCE_DIR}/tigervnc.pot" + "--directory=${PROJECT_SOURCE_DIR}" + "--output=${CMAKE_CURRENT_SOURCE_DIR}/tigervnc.pot" --default-domain=tigervnc --keyword=_ --keyword=N_ -- 2.39.5