f25b760186
Required by micromamba. Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
config BR2_PACKAGE_CLI11
|
|
bool "cli11"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
|
help
|
|
CLI11 is a command line parser for C++11 and beyond that
|
|
provides a rich feature set with a simple and intuitive
|
|
interface.
|
|
|
|
https://github.com/CLIUtils/CLI11
|
|
|
|
comment "cli11 needs a toolchain w/ C++, gcc >= 4.8"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|