Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lowercase package names for vcpkg (#2693)
vcpkg was throwing an error `error: invalid character in package name (must be lowercase, digits, '-')` this updates our calls to `vcpkg_install_packages` to use lowercase package names instead of uppercase
- Loading branch information