From a59406398c60d4908a9f894c187ef90370119594 Mon Sep 17 00:00:00 2001 From: Yannis Rivard-Mulrooney Date: Wed, 1 Jun 2022 10:44:51 -0400 Subject: [PATCH] Make boost hard dependency --- vcpkg.json | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 4499ab2..0040a03 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -13,6 +13,21 @@ "name": "qpid-proton", "version>=": "0.37.0#2" }, + { + "name": "boost-endian", + "version>=": "1.78.0" + }, + { + "name": "boost-asio", + "version>=": "1.78.0", + "features": [ + "ssl" + ] + }, + { + "name": "openssl", + "version>=": "3.0.2#3" + }, { "name": "vcpkg-cmake", "host": true, @@ -23,22 +38,5 @@ "host": true, "version>=": "2021-02-26" } - ], - "default-features": [ - "boost" - ], - "features": { - "boost": { - "description": "Use boost from vcpkg", - "dependencies": [ - { - "name": "boost-asio", - "features": [ - "ssl" - ] - }, - "boost-endian" - ] - } - } + ] } \ No newline at end of file