diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-11 20:49:16 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-11 20:49:16 +0100 |
commit | 9cc5f00f34dc9d478178bde569b6783270981adb (patch) | |
tree | 40bb36c90e1b1e7590fe8f711787c98dbfc9ef80 /accounts | |
parent | a22193f9bae2ac171a2c106793fc25d6ebc316df (diff) | |
download | kube-9cc5f00f34dc9d478178bde569b6783270981adb.tar.gz kube-9cc5f00f34dc9d478178bde569b6783270981adb.zip |
cmake warnings
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt index 5307c5b0..cd25f09d 100644 --- a/accounts/maildir/CMakeLists.txt +++ b/accounts/maildir/CMakeLists.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | project(kube-accounts-maildir) | 1 | project(kube-accounts-maildir) |
2 | 2 | ||
3 | cmake_minimum_required(VERSION 2.8.10.1) | 3 | cmake_minimum_required(VERSION 2.8.12) |
4 | 4 | ||
5 | include(CPack) | 5 | include(CPack) |
6 | include(FeatureSummary) | 6 | include(FeatureSummary) |