summaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 13:38:05 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 13:38:05 +0100
commit58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b (patch)
tree30d322d623c98048036460d234c7a1c0b29d8a83 /accounts
parent20c3abcfc8fd6d7752438f2ec831e5496dbff673 (diff)
downloadkube-58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b.tar.gz
kube-58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b.zip
cmake fixes
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gmail/CMakeLists.txt2
-rw-r--r--accounts/imap/CMakeLists.txt2
-rw-r--r--accounts/kolabnow/CMakeLists.txt2
-rw-r--r--accounts/maildir/CMakeLists.txt2
4 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gmail/CMakeLists.txt b/accounts/gmail/CMakeLists.txt
index f75cf388..9eea5702 100644
--- a/accounts/gmail/CMakeLists.txt
+++ b/accounts/gmail/CMakeLists.txt
@@ -2,6 +2,8 @@ project(kube-accounts-gmail)
2 2
3cmake_minimum_required(VERSION 2.8.12) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5cmake_policy(SET CMP0063 NEW)
6
5include(CPack) 7include(CPack)
6include(FeatureSummary) 8include(FeatureSummary)
7find_package(PkgConfig) 9find_package(PkgConfig)
diff --git a/accounts/imap/CMakeLists.txt b/accounts/imap/CMakeLists.txt
index 42b50899..a6fb6b10 100644
--- a/accounts/imap/CMakeLists.txt
+++ b/accounts/imap/CMakeLists.txt
@@ -2,6 +2,8 @@ project(kube-accounts-imap)
2 2
3cmake_minimum_required(VERSION 2.8.12) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5cmake_policy(SET CMP0063 NEW)
6
5include(CPack) 7include(CPack)
6include(FeatureSummary) 8include(FeatureSummary)
7find_package(PkgConfig) 9find_package(PkgConfig)
diff --git a/accounts/kolabnow/CMakeLists.txt b/accounts/kolabnow/CMakeLists.txt
index c8a2481f..e2d6f3db 100644
--- a/accounts/kolabnow/CMakeLists.txt
+++ b/accounts/kolabnow/CMakeLists.txt
@@ -2,6 +2,8 @@ project(kube-accounts-kolabnow)
2 2
3cmake_minimum_required(VERSION 2.8.12) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5cmake_policy(SET CMP0063 NEW)
6
5include(CPack) 7include(CPack)
6include(FeatureSummary) 8include(FeatureSummary)
7find_package(PkgConfig) 9find_package(PkgConfig)
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt
index e50d4179..8791e37e 100644
--- a/accounts/maildir/CMakeLists.txt
+++ b/accounts/maildir/CMakeLists.txt
@@ -2,6 +2,8 @@ project(kube-accounts-maildir)
2 2
3cmake_minimum_required(VERSION 2.8.12) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5cmake_policy(SET CMP0063 NEW)
6
5include(CPack) 7include(CPack)
6include(FeatureSummary) 8include(FeatureSummary)
7find_package(PkgConfig) 9find_package(PkgConfig)