[vcpkg] Add an option ADD_TO_PATH in vcpkg_find_acquire_program
Open
category:tool-update
- Dominant language
- CMake
- Stars
- 27.5k
- Forks
- 7.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 321
Description
Simple as the title says: I would like to see an option `ADD_TO_PATH` in `vcpkg_find_acquire_prorgram` since a lot of build scripts require the tools to be on the `PATH`. This gets rid of the necessary code to extract the path from the cmake variable set by `vcpkg_find_acquire_program` and the additional code to transform it into the native form and then adding it to the `PATH` variable.
Contributor guide
Assessment
This issue has not been assessed yet.