From 16530d539e2c25623fc5ba06714633e33a9ee679 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Fri, 2 Dec 2016 11:22:21 -0800 Subject: [PATCH] cmake: disable cmake build --- packages/devel/cmake/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devel/cmake/package.mk b/packages/devel/cmake/package.mk index 9fc5c4129c..8f6d3c3fad 100644 --- a/packages/devel/cmake/package.mk +++ b/packages/devel/cmake/package.mk @@ -29,6 +29,7 @@ PKG_SHORTDESC="cmake: A cross-platform, open-source make system" PKG_LONGDESC="CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, preprocessor generation, code generation, and template instantiation." PKG_IS_ADDON="no" +PKG_USE_CMAKE="no" PKG_AUTORECONF="no" configure_host() {