diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-25 10:19:56 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-25 10:20:00 -0500 |
commit | 89a1f7a250ef70ff2d65701564f1e24bb9280d90 (patch) | |
tree | b1a7ea3919733ef70fee5d37ff16601778ab45e1 | |
parent | e6f167bfdfc056ced2064c7e21f8abbff6e3ff19 (diff) | |
parent | f13e274b6f8ada41ebcd3e746b38c7577074f6f9 (diff) |
Merge #17592: Appveyor install libevent[thread] vcpkg
f13e274b6f8ada41ebcd3e746b38c7577074f6f9 Appveyor install libevent[thread] vcpkg (Aaron Clauson)
Pull request description:
As per #17586 the default libevent vcpkg install now has thread disabled. This PR installs libevent with the thread feature enabled.
Top commit has no ACKs.
Tree-SHA512: 5448113f0444170777400fef3582719845ca50d61d9382dfaacc55c43d477dd714456e38a3094e9b6858d93e84def11c2efa46902b52648c9f0c9362cc909147
-rw-r--r-- | build_msvc/vcpkg-packages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/vcpkg-packages.txt b/build_msvc/vcpkg-packages.txt index d63636259d..27e2bbdcde 100644 --- a/build_msvc/vcpkg-packages.txt +++ b/build_msvc/vcpkg-packages.txt @@ -1 +1 @@ -berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent rapidcheck zeromq double-conversion
\ No newline at end of file +berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent[thread] rapidcheck zeromq double-conversion
\ No newline at end of file |