Skip to content

Commit

Permalink
cmake-utils.eclass: raise minimum version to 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kensington committed Mar 18, 2017
1 parent 09b2d26 commit 05b41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/cmake-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _CMAKE_UTILS_ECLASS=1
# @ECLASS-VARIABLE: CMAKE_MIN_VERSION
# @DESCRIPTION:
# Specify the minimum required CMake version.
: ${CMAKE_MIN_VERSION:=3.6.3}
: ${CMAKE_MIN_VERSION:=3.7.2}

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

0 comments on commit 05b41ea

Please sign in to comment.