1config BR2_PACKAGE_HOST_CMAKE 2 bool "host cmake" 3 help 4 CMake is an open-source, cross-platform family of tools 5 designed to build, test and package software. CMake is used 6 to control the software compilation process using simple 7 platform and compiler independent configuration files, and 8 generate native makefiles and workspaces that can be used in 9 the compiler environment of your choice. 10 11 http://www.cmake.org/ 12