From 4393f401f3a6bd0660031e85f8d5f659dd0f2083 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 29 Jul 2022 13:15:04 +0200 Subject: [PATCH] vcpkg.json: add xxHash required for some unit tests now. Signed-off-by: Frank Lichtenheld --- vcpkg.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 22a326eb..dc17a5c6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,11 +3,12 @@ "name": "openvpn3", "version-string": "3.7", "dependencies": [ + "asio", "gtest", + "jsoncpp", "lz4", "openssl", - "jsoncpp", - "asio", - "tap-windows6" + "tap-windows6", + "xxhash" ] }