diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-19 13:32:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-19 14:17:15 +0100 |
commit | 57ed505df94b189889b7497f820dfb13434822d7 (patch) | |
tree | cec21b8c8ce9bd8a77111c6f7b315fedabf0d439 /CMakeLists.txt | |
parent | 5aec060016c9ececf7690b9f81cac85de063c3ef (diff) |
cmake/word-size: move to cmake/platform
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2bbb12f..5be882d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,6 @@ set_property(GLOBAL PROPERTY opentrack-all-source-dirs "") set(opentrack_all-translations "nl_NL;ru_RU;stub;zh_CN") -include(opentrack-word-size) include(opentrack-hier) include(opentrack-platform) include(opentrack-i18n) |