mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:22:52 +08:00
parent
c1d764a742
commit
51b354c03b
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jarro2783/cxxopts
|
||||
REF v3.1.0
|
||||
SHA512 bfb593f6393160ae3eeff1fe7bc77394606c3af6ae3b785f9740d178514a8fd286556440aa8a2932633f65b6336695fa286d503f3ac544d0f73affd49051e85d
|
||||
REF "v${VERSION}"
|
||||
SHA512 248e54e23564660467c7ecf50676b86d3cd10ade89e0ac1d23deb71334cb89cc5eb50f624b385d5119a43ca68ff8b1c74af82dc699b5ccfae54d6dcad4fd9447
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -22,4 +22,4 @@ vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/cxxopts" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cxxopts",
|
||||
"version-semver": "3.1.0",
|
||||
"version-semver": "3.1.1",
|
||||
"description": "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options",
|
||||
"homepage": "https://github.com/jarro2783/cxxopts",
|
||||
"license": "MIT",
|
||||
|
@ -1913,7 +1913,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cxxopts": {
|
||||
"baseline": "3.1.0",
|
||||
"baseline": "3.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cyclonedds": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2ba8ad462aef9c5cc6e4539c3c600bccfd110c6c",
|
||||
"version-semver": "3.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "eb6aeb15747814f3c2b84f15582889d9052e0ae1",
|
||||
"version-semver": "3.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user