Remove Boost dependencies from vcpkg.json to streamline project requirements. This change excludes boost-system, boost-filesystem, and boost-thread from the list of dependencies, maintaining compatibility with non-UWP platforms.
This commit is contained in:
12
vcpkg.json
12
vcpkg.json
@@ -23,18 +23,6 @@
|
|||||||
{
|
{
|
||||||
"name": "glew",
|
"name": "glew",
|
||||||
"platform": "!uwp"
|
"platform": "!uwp"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-system",
|
|
||||||
"platform": "!uwp"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-filesystem",
|
|
||||||
"platform": "!uwp"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-thread",
|
|
||||||
"platform": "!uwp"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
|
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
|
||||||
|
|||||||
Reference in New Issue
Block a user