mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[microsoft-signalr] Disable WERROR for warning STL4043 (#40534)
This commit is contained in:
parent
2f210a9c13
commit
36dcafe1bf
@ -28,6 +28,7 @@ vcpkg_cmake_configure(
|
||||
-DBUILD_TESTING=OFF
|
||||
${FEATURE_OPTIONS}
|
||||
-DWALL=OFF
|
||||
-DWERROR=OFF
|
||||
"-DJSONCPP_LIB=JsonCpp::JsonCpp"
|
||||
)
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -5802,7 +5802,7 @@
|
||||
},
|
||||
"microsoft-signalr": {
|
||||
"baseline": "0.1.0-alpha4",
|
||||
"port-version": 9
|
||||
"port-version": 10
|
||||
},
|
||||
"mikktspace": {
|
||||
"baseline": "2020-10-06",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dbcb170bce41778a732fcc2655b82d4d3cb7b06c",
|
||||
"version": "0.1.0-alpha4",
|
||||
"port-version": 10
|
||||
},
|
||||
{
|
||||
"git-tree": "25d06a130b123e7bd4dd76bdf2ddcf3af250b86d",
|
||||
"version": "0.1.0-alpha4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user