summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Åstrand (astrand) <astrand@cendio.se>2014-09-22 10:57:23 +0200
committerPeter Åstrand (astrand) <astrand@cendio.se>2014-09-22 10:57:23 +0200
commit23608323fe0d5a1e82aae938309687393fe42048 (patch)
tree60214e13ba9d135d6f955720ba4244ab1bad51d9
parent2607a0ef6821ec7b42c541f3fe07e3ba1faafade (diff)
downloadtigervnc-23608323fe0d5a1e82aae938309687393fe42048.tar.gz
tigervnc-23608323fe0d5a1e82aae938309687393fe42048.zip
Apparently, at least my CMake requires that quotes are at the
beginning of the line.
-rw-r--r--po/CMakeLists.txt4
1 files 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_