diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:38:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:38:05 +0100 |
commit | 58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b (patch) | |
tree | 30d322d623c98048036460d234c7a1c0b29d8a83 /accounts | |
parent | 20c3abcfc8fd6d7752438f2ec831e5496dbff673 (diff) | |
download | kube-58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b.tar.gz kube-58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b.zip |
cmake fixes
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gmail/CMakeLists.txt | 2 | ||||
-rw-r--r-- | accounts/imap/CMakeLists.txt | 2 | ||||
-rw-r--r-- | accounts/kolabnow/CMakeLists.txt | 2 | ||||
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 2 |
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 | ||
3 | cmake_minimum_required(VERSION 2.8.12) | 3 | cmake_minimum_required(VERSION 2.8.12) |
4 | 4 | ||
5 | cmake_policy(SET CMP0063 NEW) | ||
6 | |||
5 | include(CPack) | 7 | include(CPack) |
6 | include(FeatureSummary) | 8 | include(FeatureSummary) |
7 | find_package(PkgConfig) | 9 | find_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 | ||
3 | cmake_minimum_required(VERSION 2.8.12) | 3 | cmake_minimum_required(VERSION 2.8.12) |
4 | 4 | ||
5 | cmake_policy(SET CMP0063 NEW) | ||
6 | |||
5 | include(CPack) | 7 | include(CPack) |
6 | include(FeatureSummary) | 8 | include(FeatureSummary) |
7 | find_package(PkgConfig) | 9 | find_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 | ||
3 | cmake_minimum_required(VERSION 2.8.12) | 3 | cmake_minimum_required(VERSION 2.8.12) |
4 | 4 | ||
5 | cmake_policy(SET CMP0063 NEW) | ||
6 | |||
5 | include(CPack) | 7 | include(CPack) |
6 | include(FeatureSummary) | 8 | include(FeatureSummary) |
7 | find_package(PkgConfig) | 9 | find_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 | ||
3 | cmake_minimum_required(VERSION 2.8.12) | 3 | cmake_minimum_required(VERSION 2.8.12) |
4 | 4 | ||
5 | cmake_policy(SET CMP0063 NEW) | ||
6 | |||
5 | include(CPack) | 7 | include(CPack) |
6 | include(FeatureSummary) | 8 | include(FeatureSummary) |
7 | find_package(PkgConfig) | 9 | find_package(PkgConfig) |