]> source.dussan.org Git - tigervnc.git/commitdiff
CMake needs to have the quotes at the end to work properly
authorPierre Ossman <ossman@cendio.se>
Thu, 18 Sep 2014 13:15:38 +0000 (15:15 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 18 Sep 2014 13:15:38 +0000 (15:15 +0200)
po/CMakeLists.txt

index f36b15df2458752fad65c86858e229747d571e34..6dd092e57c98b117661d83ac2198ecfbc332bdae 100644 (file)
@@ -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}