[evolution-ews] Bug 775363 - Bump minimum CMake version to 3.1
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [evolution-ews] Bug 775363 - Bump minimum CMake version to 3.1
- Date: Thu,  1 Dec 2016 10:12:51 +0000 (UTC)
commit 33a0b64891400dd78b139a90652f306d64d4fe91
Author: Milan Crha <mcrha redhat com>
Date:   Thu Dec 1 11:10:52 2016 +0100
    Bug 775363 - Bump minimum CMake version to 3.1
    
    That's to keep in sync with the evolution-data-server and evolution,
    where the bump was done due to usage of 'cmake -E env', which had
    been added in the CMake 3.1.
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de9891d..3d81cf3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 # Evolution-EWS build script
 
-cmake_minimum_required(VERSION 3.0)
-cmake_policy(VERSION 3.0)
+cmake_minimum_required(VERSION 3.1)
+cmake_policy(VERSION 3.1)
 
 project(evolution-ews
        VERSION 3.23.3
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]