aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/vcpkg.json
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-25 18:27:33 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-25 18:27:33 +0000
commit2d2ef2f14f352438afab2e3251d07fd100be7076 (patch)
treeae925f0a447da32ded362cff31caebe697e4bea5 /build_msvc/vcpkg.json
parentb5a271334ca81a6adcb1c608d85c83621a9eae47 (diff)
downloadbitcoin-2d2ef2f14f352438afab2e3251d07fd100be7076.tar.xz
msvc: No need to specify the default feature for `libevent` package
Diffstat (limited to 'build_msvc/vcpkg.json')
-rw-r--r--build_msvc/vcpkg.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json
index 3557269be0..25ef4a24af 100644
--- a/build_msvc/vcpkg.json
+++ b/build_msvc/vcpkg.json
@@ -7,11 +7,8 @@
"boost-process",
"boost-signals2",
"boost-test",
+ "libevent",
"sqlite3",
- {
- "name": "libevent",
- "features": ["thread"]
- },
"zeromq"
],
"builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996",