From: Pierre Ossman Date: Thu, 18 Sep 2014 13:15:38 +0000 (+0200) Subject: CMake needs to have the quotes at the end to work properly X-Git-Tag: v1.3.90~27^2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c73caa9d402958b57dcd96246c719c2f21764a6b;p=tigervnc.git CMake needs to have the quotes at the end to work properly --- 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}