Commit Graph

3 Commits

Author SHA1 Message Date
Javier Matos Denizac
7fd612ee1c
Revert msiexec dependency by adding using vcpkg.exe to unpack 7z.exe #41604 (#41973) 2024-11-05 21:29:42 +00:00
Javier Matos Denizac
2964ea8e32
Remove msiexec dependency by adding using vcpkg.exe to unpack 7z.exe (#41604)
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
2024-11-04 14:24:25 -05:00
Billy O'Neal
83712a6060
Improve and extract internals of vcpkg_find_acquire_program. (#34881)
* Extract vcpkg_extract_archive from vcpkg_find_acquire_program.

* Extract vcpkg_download_sourceforge from vcpkg_from_sourceforge.

This allows vcpkg_find_acquire_program to download from SourceForge without needing to temporarily change _VCPKG_EDITABLE.

* Use whether a URI is known for an entity to decide whether to downloads it rather than checking a separate supported_on_unix boolean.

* Add unparsed arguments check to vcpkg_extract_archive
2023-11-14 14:01:08 -08:00