Update buidlroot to version 2016.08.1
This commit is contained in:
7
bsp/buildroot/support/dependencies/check-host-cmake.mk
Normal file
7
bsp/buildroot/support/dependencies/check-host-cmake.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
BR2_CMAKE ?= cmake
|
||||
|
||||
ifneq (,$(call suitable-host-package,cmake,$(BR2_CMAKE)))
|
||||
USE_SYSTEM_CMAKE = YES
|
||||
else
|
||||
BR2_CMAKE = $(HOST_DIR)/usr/bin/cmake
|
||||
endif
|
||||
Reference in New Issue
Block a user