From c73caa9d402958b57dcd96246c719c2f21764a6b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 18 Sep 2014 15:15:38 +0200 Subject: [PATCH] CMake needs to have the quotes at the end to work properly --- po/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index f36b15df..6dd092e5 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -19,13 +19,13 @@ 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_ - --copyright-holder="TigerVNC Team and many others \(see README.txt\)" - --msgid-bugs-address="tigervnc-devel@lists.sourceforge.net" + "--copyright-holder=TigerVNC Team and many others \(see README.txt\)" + --msgid-bugs-address=tigervnc-devel@lists.sourceforge.net --sort-output --no-location ${po_source} -- 2.39.5