diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2021-06-21 17:21:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 14:21:22 -0700 |
| commit | a025c1b0458c08150b6da44ebdd9f0f9e0873d07 (patch) | |
| tree | 7ef0f43c0611daeab2d6dd3ea36b5adb5eb24b21 /ports/jsoncons | |
| parent | cdc6c6b9c8c9755ff4fb55d417e6fd0209e2213e (diff) | |
| download | vcpkg-a025c1b0458c08150b6da44ebdd9f0f9e0873d07.tar.gz vcpkg-a025c1b0458c08150b6da44ebdd9f0f9e0873d07.zip | |
[jsoncons] Update to 0.165.0 (#18284)
* [jsoncons] Update to 0.165.0
* [jsoncons] Update to 0.165.0, update baseline
* [jsoncons] Added vcpkg_fixup_pkgconfig() to portfolio.cmake
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/jsoncons')
| -rw-r--r-- | ports/jsoncons/CONTROL | 2 | ||||
| -rw-r--r-- | ports/jsoncons/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index 8bb2807cb..c3b550b10 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.163.3 +Version: 0.165.0 Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON Homepage: https://github.com/danielaparker/jsoncons diff --git a/ports/jsoncons/portfile.cmake b/ports/jsoncons/portfile.cmake index 6c82041f0..44bf9fb38 100644 --- a/ports/jsoncons/portfile.cmake +++ b/ports/jsoncons/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO danielaparker/jsoncons - REF 06d10fbca36b049fc7592cce0e80e91c0db4bce9 # v0.163.3 - SHA512 195ff127a7ce30de794c56646986c85513fda611e69c0e4031492d670de2b4c0cf3f7928a7e1452f9fb959ec7692c98dffda68a529f84daa46a994e8c22c2883 + REF 2626df4ccfdaab814b789abdd5936ffe00f5f6dc # v0.165.0 + SHA512 da72515d91c443e6c9a89527d9aea7ca8805865b4a8a8f3f067d4a065cd27eea3a5de83f6b55e6e8c95cf79292e06cb7d56ea83499bd9e80afb80d81007a316d HEAD_REF master ) @@ -15,6 +15,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT}) +vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib) |
