Remove Abseil dependency from vcpkg.json and clear overrides section to simplify project configuration.
This commit is contained in:
11
vcpkg.json
11
vcpkg.json
@@ -16,22 +16,13 @@
|
||||
"platform": "!uwp",
|
||||
"features": ["vulkan"]
|
||||
},
|
||||
{
|
||||
"name": "abseil",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "glew",
|
||||
"platform": "!uwp"
|
||||
}
|
||||
],
|
||||
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
|
||||
"overrides": [
|
||||
{
|
||||
"name": "abseil",
|
||||
"version": "20220623.1"
|
||||
}
|
||||
],
|
||||
"overrides": [],
|
||||
"features": {
|
||||
"pkg-config": {
|
||||
"description": "Use pkg-config for dependency detection",
|
||||
|
||||
Reference in New Issue
Block a user