]> source.dussan.org Git - tigervnc.git/commitdiff
Apparently, at least my CMake requires that quotes are at the
authorPeter Åstrand (astrand) <astrand@cendio.se>
Mon, 22 Sep 2014 08:57:23 +0000 (10:57 +0200)
committerPeter Åstrand (astrand) <astrand@cendio.se>
Mon, 22 Sep 2014 08:57:23 +0000 (10:57 +0200)
beginning of the line.

po/CMakeLists.txt

index f36b15df2458752fad65c86858e229747d571e34..af5003ce08e9ef204e38bc47015cf5c93b7d2edc 100644 (file)
@@ -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_