From 9cc5f00f34dc9d478178bde569b6783270981adb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 11 Mar 2016 20:49:16 +0100 Subject: cmake warnings --- applications/mail/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applications/mail/CMakeLists.txt') diff --git a/applications/mail/CMakeLists.txt b/applications/mail/CMakeLists.txt index 706be8aa..af4a35ed 100644 --- a/applications/mail/CMakeLists.txt +++ b/applications/mail/CMakeLists.txt @@ -1,6 +1,7 @@ project(kube-mail) -cmake_minimum_required(VERSION 2.8.10.1) +cmake_minimum_required(VERSION 2.8.12) +cmake_policy(SET CMP0063 NEW) include(CPack) include(FeatureSummary) -- cgit v1.2.3