summaryrefslogtreecommitdiffstats
path: root/support/dependencies
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2017-05-07 01:32:21 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-24 21:26:20 +0200
commit5fc47a9f6b796df639a6f4011d7d579fb1a755d9 (patch)
tree5bdc67961bef25858930d00efcf9e407677be8f6 /support/dependencies
parent914f75f156ad54cbccd41fb25ee1ce656e2b7cde (diff)
downloadbuildroot-5fc47a9f6b796df639a6f4011d7d579fb1a755d9.tar.gz
buildroot-5fc47a9f6b796df639a6f4011d7d579fb1a755d9.zip
core: add "cmake3" to the list of cmake candidates
This is useful on CentOS 7, whose "cmake" utility corresponds to version 2.8.12, which is too old for Buildroot. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/dependencies')
-rw-r--r--support/dependencies/check-host-cmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dependencies/check-host-cmake.mk b/support/dependencies/check-host-cmake.mk
index ef080ff7c6..07b064c9fd 100644
--- a/support/dependencies/check-host-cmake.mk
+++ b/support/dependencies/check-host-cmake.mk
@@ -10,7 +10,7 @@
#
BR2_CMAKE_VERSION_MIN = 3.1
-BR2_CMAKE_CANDIDATES ?= cmake
+BR2_CMAKE_CANDIDATES ?= cmake cmake3
BR2_CMAKE ?= $(call suitable-host-package,cmake,\
$(BR2_CMAKE_VERSION_MIN) $(BR2_CMAKE_CANDIDATES))
ifeq ($(BR2_CMAKE),)
OpenPOWER on IntegriCloud