diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-11-25 18:27:33 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-11-25 18:27:33 +0000 |
commit | 2d2ef2f14f352438afab2e3251d07fd100be7076 (patch) | |
tree | ae925f0a447da32ded362cff31caebe697e4bea5 /build_msvc | |
parent | b5a271334ca81a6adcb1c608d85c83621a9eae47 (diff) |
msvc: No need to specify the default feature for `libevent` package
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/vcpkg.json | 5 |
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", |