From: James Hilliard Date: Sat, 12 Oct 2019 13:13:04 +0000 (-0600) Subject: support/dependencies: set cmake version min to 3.10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4773b610a40be1d3ac7d793033abaf4eb2491ed;p=buildroot.git support/dependencies: set cmake version min to 3.10 This is required by wpewebkit and webkitgtk. Signed-off-by: James Hilliard Reviewed-by: Adrian Perez de Castro Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/support/dependencies/check-host-cmake.mk b/support/dependencies/check-host-cmake.mk index 5604713de6..01f38da376 100644 --- a/support/dependencies/check-host-cmake.mk +++ b/support/dependencies/check-host-cmake.mk @@ -1,9 +1,9 @@ -# Set this to either 3.8 or higher, depending on the highest minimum +# Set this to either 3.10 or higher, depending on the highest minimum # version required by any of the packages bundled in Buildroot. If a # package is bumped or a new one added, and it requires a higher # version, our cmake infra will catch it and build its own. # -BR2_CMAKE_VERSION_MIN = 3.8 +BR2_CMAKE_VERSION_MIN = 3.10 BR2_CMAKE_CANDIDATES ?= cmake cmake3 BR2_CMAKE ?= $(call suitable-host-package,cmake,\