You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): correct vcpkg manifest and static library dependencies in vcxproj
- Renamed VcpkgManifestInstall to VcpkgEnableManifest to correctly trigger vcpkg manifest mode.
- Switched VcpkgRoot to use absolute path with \ to fix path resolution during CMake compiler detection.
- Unified overlay triplet and port configurations into VcpkgAdditionalInstallOptions for proper command-line propagation.
- Corrected zlib library name in Release configuration from zlib.lib to zlibstatic.lib for static linkage alignment.
0 commit comments