chore: Refactor vcpkg.json and update CMake configurations

- Removed the abseil dependency from vcpkg.json for Windows platform.
- Updated CMake configuration to prevent finding system-installed protobuf and abseil, ensuring gRPC uses bundled versions.
- Modified todo_manager.cc to convert paths to strings for consistency.
- Updated vision_action_refiner.cc to explicitly convert stripped whitespace strings to std::string.
- Added undefinitions for Windows macros in z3ed_network_client.cc to avoid conflicts with method names.
This commit is contained in:
scawful
2025-10-09 12:44:07 -04:00
parent 2d9a2d11f4
commit 83ad27e6a0
5 changed files with 17 additions and 13 deletions

View File

@@ -11,10 +11,6 @@
"default-features": false,
"features": []
},
{
"name": "abseil",
"platform": "windows"
},
{
"name": "yaml-cpp",
"platform": "windows"