commit | 685b408779af221255249ab59442c249738d4f64 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Apr 22 12:57:30 2015 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Apr 22 12:57:30 2015 +0200 |
tree | 03d16bbf1f1d72415f4709845c09ce51309f2795 | |
parent | 96132e12bde8d13e1d83cba1c0919550e91dc386 [diff] |
Use relative file paths in .pot file Otherwise it keeps changing depending on where your working copy is located, causing unnecessary diffs.
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 6242b7d..1fd62c2 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt
@@ -12,6 +12,7 @@ if (GETTEXT_XGETTEXT_EXECUTABLE) # Get list of all source files file(GLOB_RECURSE po_source + RELATIVE ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/vncviewer/*.h ${PROJECT_SOURCE_DIR}/vncviewer/*.cxx )