summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:26:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:26:33 +0200
commit897c429175624964dded5daa8ce077b45a7a5107 (patch)
tree55991ed96eea8ef701713e421d269c676c594381 /CMakeLists.txt
parentb454c962f4784ed06908f668b66376600d21dc52 (diff)
cmake: add cache variables
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6718bf5..eee0e4c3 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ include(opentrack-policy NO_POLICY_SCOPE)
set_property(GLOBAL PROPERTY opentrack-all-modules "")
set_property(GLOBAL PROPERTY opentrack-all-source-dirs "")
-set(opentrack-all-translations nl_NL ru_RU stub)
+set(opentrack_all-translations "nl_NL;ru_RU;stub" CACHE STRING "")
include(opentrack-word-size)
include(opentrack-hier)