[microsoft-signalr] Disable WERROR for warning STL4043 (#40534)

This commit is contained in:
WangWeiLin-MV 2024-08-20 00:22:54 +08:00 committed by GitHub
parent 2f210a9c13
commit 36dcafe1bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -28,6 +28,7 @@ vcpkg_cmake_configure(
-DBUILD_TESTING=OFF
${FEATURE_OPTIONS}
-DWALL=OFF
-DWERROR=OFF
"-DJSONCPP_LIB=JsonCpp::JsonCpp"
)

View File

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

View File

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dbcb170bce41778a732fcc2655b82d4d3cb7b06c",
"version": "0.1.0-alpha4",
"port-version": 10
},
{
"git-tree": "25d06a130b123e7bd4dd76bdf2ddcf3af250b86d",
"version": "0.1.0-alpha4",