diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-10 12:45:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-10 12:45:28 +0200 |
commit | 1a4ad209341b7ef2364f7b6bc8195a4ac93838d0 (patch) | |
tree | 43f6ac1d9d6fce823c4ab850364fe8a2a1e7a1cd /CMakeLists.txt | |
parent | b67d81563718bd1f773f9e586b04b285e45b1208 (diff) |
cmake: don't force 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 074e4011..a90720a9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,10 +35,10 @@ set(opentrack-all-translations nl_NL ru_RU stub) include(opentrack-word-size) include(opentrack-hier) -include(opentrack-qt) include(opentrack-platform) include(opentrack-boilerplate) +include(opentrack-qt) include(opentrack-version) include(opentrack-install) |