cmake: disable cmake build

This commit is contained in:
Lukas Rusak 2016-12-02 11:22:21 -08:00
parent 5d2acd82c9
commit 16530d539e
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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() {