mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
[cli11] Update to 2.1.0 (#20304)
* Update cli11 to 2.1.0 * Update CI baseline * Change version-semver to version for cli11 * Update git-tree version Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
8cbe679806
commit
d9f00e925a
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CLIUtils/CLI11
|
||||
REF 0d06d21b56eadef9dcb24907ee2866b2b6f0babe #version 2.0.0
|
||||
SHA512 1952ce0e9fd3bc6646f00abdd7f0f7bae541c383b691a985b0f70ca53fe80a9acbcf68c07c59e021c92aae7b1e062fd7ffe4c9f9b198b95525dde3a1ce83c2f5
|
||||
REF v2.1.0
|
||||
SHA512 22c75e6b55d5320656ca2f65bf7c1dc82546fa65458f66a3d6401d002e83f12a0ee93a572637f5daa8daed9e0ce11fbf4aabf864caadc851f75bced63814ba10
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -16,9 +16,9 @@ vcpkg_cmake_configure(
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/CLI11)
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/CLI11)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cli11",
|
||||
"version-semver": "2.0.0",
|
||||
"version": "2.1.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",
|
||||
"dependencies": [
|
||||
|
@ -1373,7 +1373,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cli11": {
|
||||
"baseline": "2.0.0",
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"clickhouse-cpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "07b6e6eba954d7f9300768c354e650ae32582c90",
|
||||
"version": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1430611e0538943498bb96f67ab5de443c76cad2",
|
||||
"version-semver": "2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user