From 7b5cc77ec9120cb264e4f707dc9e0f650b1179cc Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 16 Nov 2019 23:54:45 +0100 Subject: cmake.eclass: Drop CMAKE_MIN_VERSION Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'eclass/cmake.eclass') diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 210b3a30d96..730a1929fa6 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -55,11 +55,6 @@ _CMAKE_ECLASS=1 # The default is set to "ninja". : ${CMAKE_MAKEFILE_GENERATOR:=ninja} -# @ECLASS-VARIABLE: CMAKE_MIN_VERSION -# @DESCRIPTION: -# Specify the minimum required CMake version. -: ${CMAKE_MIN_VERSION:=3.9.6} - # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES # @DESCRIPTION: # Do we want to remove anything? yes or whatever else for no @@ -131,7 +126,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in esac if [[ ${PN} != cmake ]]; then - BDEPEND+=" >=dev-util/cmake-${CMAKE_MIN_VERSION}" + BDEPEND+=" dev-util/cmake" fi # @FUNCTION: _cmake_banned_func -- cgit v1.2.3