summaryrefslogtreecommitdiffstats
path: root/package/cmake
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-09-19 12:43:49 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-19 21:44:28 +0200
commitd759d70accb375c8044354bdae38087776c887ed (patch)
tree490c1c1c4591270e96c67980b05a4bd5ef7cc6f5 /package/cmake
parent304c93cdfbb588bf339e6a7402f3e882a4d088d3 (diff)
downloadbuildroot-d759d70accb375c8044354bdae38087776c887ed.tar.gz
buildroot-d759d70accb375c8044354bdae38087776c887ed.zip
cmake: expose the host variant in menuconfig
With the addition of the sdk support it may be interesting to build host-cmake even though no packages need it, so expose it in menuconfig. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/cmake')
-rw-r--r--package/cmake/Config.in.host11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cmake/Config.in.host b/package/cmake/Config.in.host
new file mode 100644
index 0000000000..b2e210ee2c
--- /dev/null
+++ b/package/cmake/Config.in.host
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_HOST_CMAKE
+ bool "host cmake"
+ help
+ CMake is an open-source, cross-platform family of tools
+ designed to build, test and package software. CMake is used
+ to control the software compilation process using simple
+ platform and compiler independent configuration files, and
+ generate native makefiles and workspaces that can be used in
+ the compiler environment of your choice.
+
+ http://www.cmake.org/
OpenPOWER on IntegriCloud