Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 01 Jan 2017 16:32:28
Message-Id: 1483288330.01ea813f158ec8ab2809ac06aca59093131901e9.johu@gentoo
1 commit: 01ea813f158ec8ab2809ac06aca59093131901e9
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 15:54:25 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ea813f
7
8 cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.5.2
9
10 eclass/cmake-utils.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
14 index 94ba5df..1b269dd 100644
15 --- a/eclass/cmake-utils.eclass
16 +++ b/eclass/cmake-utils.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -57,7 +57,7 @@ _CMAKE_UTILS_ECLASS=1
24 # @ECLASS-VARIABLE: CMAKE_MIN_VERSION
25 # @DESCRIPTION:
26 # Specify the minimum required CMake version.
27 -: ${CMAKE_MIN_VERSION:=3.2.2}
28 +: ${CMAKE_MIN_VERSION:=3.5.2}
29
30 # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES
31 # @DESCRIPTION: