From 1f9d2fe8fd05436fd3b953d1e8e43630e6b542cc Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Fri, 1 Mar 2024 13:01:38 +0100 Subject: [PATCH] add openssl in vcpkg to avoid linking system openssl --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index d3989c7..62a6756 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,7 @@ { "dependencies": [ "zlib", - "aws-sdk-cpp" + "aws-sdk-cpp", + "openssl" ] } \ No newline at end of file