Skip to content

Commit

Permalink
cmake-utils.eclass: raise CMAKE_MIN_VERSION to 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kensington committed Mar 17, 2018
1 parent 43f45f5 commit e02a1a9
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-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: cmake-utils.eclass
Expand Down Expand Up @@ -58,7 +58,7 @@ _CMAKE_UTILS_ECLASS=1
# @ECLASS-VARIABLE: CMAKE_MIN_VERSION
# @DESCRIPTION:
# Specify the minimum required CMake version.
: ${CMAKE_MIN_VERSION:=3.7.2}
: ${CMAKE_MIN_VERSION:=3.9.6}

# @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES
# @DESCRIPTION:
Expand Down

0 comments on commit e02a1a9

Please sign in to comment.