Fix vcpkg manifest and finding RapidJSON and Websocketpp modules (#3753)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
kornes
2022-05-21 15:38:10 +00:00
committed by GitHub
parent 523e0c5ef4
commit b14bfd2aad
3 changed files with 13 additions and 10 deletions
+5 -2
View File
@@ -5,6 +5,7 @@
"dependencies": [
"benchmark",
"boost-asio",
"boost-signals2",
"boost-foreach",
"boost-interprocess",
"boost-random",
@@ -14,8 +15,10 @@
"qt5-multimedia",
"qt5-tools"
],
"builtin-baseline": "2ac61f87f69f0484b8044f95ab274038fbaf7bdd",
"builtin-baseline": "8da5d2b4503b3100b6b7bb26ffeeefd0e8a25799",
"overrides": [
{ "name": "openssl", "version-string": "1.1.1n" }
{
"name": "openssl", "version-string": "1.1.1n"
}
]
}