summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--accounts/maildir/CMakeLists.txt2
-rw-r--r--applications/mail/CMakeLists.txt3
-rw-r--r--components/CMakeLists.txt2
4 files changed, 5 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 901e1c83..bb3d0941 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
1project(kube) 1project(kube)
2 2
3cmake_minimum_required(VERSION 2.8.10.1) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5add_subdirectory(framework) 5add_subdirectory(framework)
6add_subdirectory(components) 6add_subdirectory(components)
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 @@
1project(kube-accounts-maildir) 1project(kube-accounts-maildir)
2 2
3cmake_minimum_required(VERSION 2.8.10.1) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5include(CPack) 5include(CPack)
6include(FeatureSummary) 6include(FeatureSummary)
diff --git a/applications/mail/CMakeLists.txt b/applications/mail/CMakeLists.txt
index 706be8aa..af4a35ed 100644
--- a/applications/mail/CMakeLists.txt
+++ b/applications/mail/CMakeLists.txt
@@ -1,6 +1,7 @@
1project(kube-mail) 1project(kube-mail)
2 2
3cmake_minimum_required(VERSION 2.8.10.1) 3cmake_minimum_required(VERSION 2.8.12)
4cmake_policy(SET CMP0063 NEW)
4 5
5include(CPack) 6include(CPack)
6include(FeatureSummary) 7include(FeatureSummary)
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt
index bd9c100a..e2ffa05c 100644
--- a/components/CMakeLists.txt
+++ b/components/CMakeLists.txt
@@ -1,6 +1,6 @@
1project(kube-components) 1project(kube-components)
2 2
3cmake_minimum_required(VERSION 2.8.10.1) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5include(CPack) 5include(CPack)
6include(FeatureSummary) 6include(FeatureSummary)