diff options
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) |