Describe the bug
x_vcpkg_install_local_dependencies breaks down for install-command with multiple targets, as PARSED_TARGETS is passed as string https://github.com/microsoft/vcpkg/blob/master/scripts/buildsystems/vcpkg.cmake#L681, not list.
Additional context
Fixed here: https://github.com/strega-nil/vcpkg/tree/vcpkg-cmake-install_local_deps_bug by @strega-nil.
Describe the bug
x_vcpkg_install_local_dependenciesbreaks down for install-command with multiple targets, as PARSED_TARGETS is passed as string https://github.com/microsoft/vcpkg/blob/master/scripts/buildsystems/vcpkg.cmake#L681, not list.Additional context
Fixed here: https://github.com/strega-nil/vcpkg/tree/vcpkg-cmake-install_local_deps_bug by @strega-nil.