PKGNAME=cxxopts
PKGSEC=libs
PKGDES="Lightweight C++ command line option parser"

# Note: library is header only
ABHOST="noarch"

# Note: Disable unicode help to decouble libicu from header only library
CMAKE_AFTER=(
	-DCXXOPTS_BUILD_EXAMPLES=ON
	-DCXXOPTS_BUILD_TESTS=OFF
	-DCXXOPTS_ENABLE_INSTALL=ON
	-DCXXOPTS_ENABLE_WARNINGS=ON
	-DCXXOPTS_USE_UNICODE_HELP=OFF
)

# Note: ada <= 2.9.1 incorrectly bundles cxxopts
PKGBREAK="ada<=2.9.1"
