Skip to content

Commit

Permalink
cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johu committed Jan 1, 2017
1 parent 359f04a commit 01ea813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/cmake-utils.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 01ea813

Please sign in to comment.