[docs] document that vcpkg_from_github works with Gitea (#21318)

https://github.com/microsoft/vcpkg/pull/20747#pullrequestreview-779956592
This commit is contained in:
Be 2021-11-22 17:14:23 -06:00 committed by GitHub
parent d3092a90f3
commit 6e023eba7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ The latest version of this document lives in the [vcpkg repo](https://github.com
Download and extract a project from GitHub. Enables support for `install --head`. Download and extract a project from GitHub. Enables support for `install --head`.
This also works with Gitea by specifying the Gitea server with the `GITHUB_HOST` option.
## Usage: ## Usage:
```cmake ```cmake
vcpkg_from_github( vcpkg_from_github(

View File

@ -3,6 +3,8 @@
Download and extract a project from GitHub. Enables support for `install --head`. Download and extract a project from GitHub. Enables support for `install --head`.
This also works with Gitea by specifying the Gitea server with the `GITHUB_HOST` option.
## Usage: ## Usage:
```cmake ```cmake
vcpkg_from_github( vcpkg_from_github(