diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 16:26:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 16:26:33 +0200 |
commit | 897c429175624964dded5daa8ce077b45a7a5107 (patch) | |
tree | 55991ed96eea8ef701713e421d269c676c594381 /CMakeLists.txt | |
parent | b454c962f4784ed06908f668b66376600d21dc52 (diff) |
cmake: add cache variables
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
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) |