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: Tue, 07 Feb 2017 05:45:16
Message-Id: 1486446299.b7af1a7c96451e72069f6de89ed0aaa9e4a57ff8.johu@gentoo
1 commit: b7af1a7c96451e72069f6de89ed0aaa9e4a57ff8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 21:19:21 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 05:44:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7af1a7c
7
8 cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.6.3
9
10 eclass/cmake-utils.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
14 index 512bd93..b1d499c 100644
15 --- a/eclass/cmake-utils.eclass
16 +++ b/eclass/cmake-utils.eclass
17 @@ -57,7 +57,7 @@ _CMAKE_UTILS_ECLASS=1
18 # @ECLASS-VARIABLE: CMAKE_MIN_VERSION
19 # @DESCRIPTION:
20 # Specify the minimum required CMake version.
21 -: ${CMAKE_MIN_VERSION:=3.5.2}
22 +: ${CMAKE_MIN_VERSION:=3.6.3}
23
24 # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES
25 # @DESCRIPTION: