Skip to content

Commit 224ec45

Browse files
authored
Merge pull request #410 from WebPlatformForEmbedded/development/R3
check-host-cmake: align cmake version same as used in main branch
2 parents 4461c59 + 58ca730 commit 224ec45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/dependencies/check-host-cmake.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# package is bumped or a new one added, and it requires a higher
44
# version, our cmake infra will catch it and build its own.
55
#
6-
BR2_CMAKE_VERSION_MIN = 3.10
6+
BR2_CMAKE_VERSION_MIN = 3.14
77

88
BR2_CMAKE_CANDIDATES ?= cmake cmake3
99
BR2_CMAKE ?= $(call suitable-host-package,cmake,\

0 commit comments

Comments
 (0)