[microsoft-signalr] Fix find jsoncpp (#31384)

* [microsoft-signalr] Fix find jsoncpp

* update version

* apply suggestion

* update version

* fix quoting

* version

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
This commit is contained in:
Lily Wang 2023-05-12 02:37:33 +08:00 committed by GitHub
parent d54600af13
commit 9f358ceb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -4,7 +4,8 @@ vcpkg_from_github(
REF "v${VERSION}"
SHA512 b87c94e8bc81781c1cfb4292f1fe3ce046a5f192a25c02104f454b533349c1c0ed965570bd749b496bb316ccb89ae51c5e7461ffa06055e71dac659fbde79456
HEAD_REF main
PATCHES find-msgpack.patch
PATCHES
find-msgpack.patch
)
vcpkg_check_features(
@ -24,6 +25,7 @@ vcpkg_cmake_configure(
-DBUILD_TESTING=OFF
${FEATURE_OPTIONS}
-DWALL=OFF
"-DJSONCPP_LIB=JsonCpp::JsonCpp"
)
vcpkg_cmake_install()

View File

@ -1,7 +1,7 @@
{
"name": "microsoft-signalr",
"version": "0.1.0-alpha4",
"port-version": 5,
"port-version": 6,
"description": "C++ Client for ASP.NET Core SignalR.",
"homepage": "https://github.com/aspnet/SignalR-Client-Cpp",
"dependencies": [

View File

@ -5178,7 +5178,7 @@
},
"microsoft-signalr": {
"baseline": "0.1.0-alpha4",
"port-version": 5
"port-version": 6
},
"mikktspace": {
"baseline": "2020-10-06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9a366b0a8f7b8177b0c91de00d652dfac38ed927",
"version": "0.1.0-alpha4",
"port-version": 6
},
{
"git-tree": "4d404283aa7fbee588db56cbe0a470d82c1f9258",
"version": "0.1.0-alpha4",