From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2A75139085 for ; Sun, 1 Jan 2017 16:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D404E0E55; Sun, 1 Jan 2017 16:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1ACA2E0E55 for ; Sun, 1 Jan 2017 16:32:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A3CC34105A for ; Sun, 1 Jan 2017 16:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A56B725C0 for ; Sun, 1 Jan 2017 16:32:38 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1483286373.f2861707814e1ba59eb05efd0edd5af7710743a5.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f2861707814e1ba59eb05efd0edd5af7710743a5 X-VCS-Branch: master Date: Sun, 1 Jan 2017 16:32:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce1885c0-a6ba-4d3d-a662-e564a9f43a54 X-Archives-Hash: 34029b0761b08967f4d7d108a020509a commit: f2861707814e1ba59eb05efd0edd5af7710743a5 Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 1 15:59:33 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 1 15:59:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2861707 cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.5.2 eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 4a74584..1b269dd 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -57,7 +57,7 @@ _CMAKE_UTILS_ECLASS=1 # @ECLASS-VARIABLE: CMAKE_MIN_VERSION # @DESCRIPTION: # Specify the minimum required CMake version. -: ${CMAKE_MIN_VERSION:=3.2.2} +: ${CMAKE_MIN_VERSION:=3.5.2} # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES # @DESCRIPTION: