mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 15:39:01 +08:00
40c03b650f
* Updated CLI11 version and hash to v2.4.0 * Ran vcpkg.exe x-add-version cli11 * Skip CLI11 build on UWP CLI11's Unicode support doesn't build on UWP. As UWP is deprecated, it most likely won't be supported in the future. * Removed cli11 from scripts/ci.baseline.txt Co-authored-by: Kai Pastor <dg0yt@darc.de> * Added supports: !uwp to ports/cli11/vcpkg.json cli11 Unicode support doesn't work on UWP Co-authored-by: Kai Pastor <dg0yt@darc.de> * Updated versions/cli11.json --------- Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Patrik Huber <p.huber@mimetrik.co.uk>
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "cli11",
|
|
"version": "2.4.0",
|
|
"description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.",
|
|
"homepage": "https://github.com/CLIUtils/CLI11",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|