From f13e274b6f8ada41ebcd3e746b38c7577074f6f9 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Mon, 25 Nov 2019 13:35:36 +0000 Subject: Appveyor install libevent[thread] vcpkg As per #17586 the default libevent vcpkg install now has thread disabled. This PR installs libevent with the thread feature enabled. --- build_msvc/vcpkg-packages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_msvc') 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 -- cgit v1.2.3