diff options
Diffstat (limited to 'accounts/maildir')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |