aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2023-03-26 16:45:24 -0400
committerEthan Heilman <ethan.r.heilman@gmail.com>2023-04-05 16:49:53 -0400
commit6a9a4d13b2b22632e0acd4f86f7bac238294ba42 (patch)
treec3018e41f23f93f7bbddf9432a3ce149da45d6ce /build_msvc
parent4c6b7d330a4e80460dcce19b1a0a47d77a0b99ea (diff)
Fixes compile errors in MSVC build #27332
+ Pins the compatible version of libevent in vcpkg
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/vcpkg.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json
index 86773d1fd3..3557269be0 100644
--- a/build_msvc/vcpkg.json
+++ b/build_msvc/vcpkg.json
@@ -13,5 +13,12 @@
"features": ["thread"]
},
"zeromq"
+ ],
+ "builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996",
+ "overrides": [
+ {
+ "name": "libevent",
+ "version": "2.1.12#7"
+ }
]
}