mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:39:00 +08:00
d2b3ef9e88
* [vcpkg_from_git/fdlibm] Fix flaky sha256 issues * [doc] regenerate docs
964 B
964 B
vcpkg_from_git
Download and extract a project from git
Usage:
vcpkg_from_git(
OUT_SOURCE_PATH <SOURCE_PATH>
URL <https://android.googlesource.com/platform/external/fdlibm>
REF <59f7335e4d...>
[PATCHES <patch1.patch> <patch2.patch>...]
)
Parameters:
OUT_SOURCE_PATH
Specifies the out-variable that will contain the extracted location.
This should be set to SOURCE_PATH
by convention.
URL
The url of the git repository. Must start with https
.
REF
The git sha of the commit to download.
PATCHES
A list of patches to be applied to the extracted sources.
Relative paths are based on the port directory.
Notes:
OUT_SOURCE_PATH
, REF
, and URL
must be specified.