summaryrefslogtreecommitdiffstats
path: root/accounts/gmail
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gmail')
-rw-r--r--accounts/gmail/CMakeLists.txt2
1 files changed, 2 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)