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.Usagecmake Copy vcpkg_from_github( OUT_SOURCE_PATH <SOURCE_PATH> REPO <Microsoft/cpprestsdk> [REF <v2....
function(vcpkg_from_github) cmake_parse_arguments(PARSE_ARGV 0 "arg" "" "OUT_SOURCE_PATH;REPO;REF;SHA512;HEAD_REF;GITHUB_HOST;AUTHORIZATION_TOKEN;FILE_DISAMBIGUATOR" "PATCHES") if(DEFINED arg_UNPARSED_ARGUMENTS) message(WARNING "vcpkg_from_github was passed extra arguments:...
Most ports in vcpkg build the libraries in question using the original build system preferred by the original developers of those libraries, and download source code and build tools from their official distribution locations. For use behind a firewall, the specific access needed will depend on whic...
C++ Library Manager for Windows, Linux, and MacOS. Contribute to microsoft/vcpkg development by creating an account on GitHub.
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.Usagecmake Kopiraj vcpkg_from_github( OUT_SOURCE_PATH <SOURCE_PATH> REPO <Microsoft/cpprestsdk> [REF <v2....
marcrambomentioned this issueDec 26, 2019 vcpkg_from_git: Add support for git over ssh#9446 Merged Contributor Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pybind/pybind11 REF "v${VERSION}" SHA512 ed1512ff0bca3bc0a45edc2eb8c77f8286ab9389f6ff1d5cb309be24bc608abbe0df6a7f5cb18c8f80a3bfa509058547c13551c3cd6a759af708fd0cdcdd9e95 HEAD_REF master PATCHES fix-debug-link.patch ) vcpkg_cmak...
vcpkg_from_github( OUT_SOURCE_PATH <SOURCE_PATH> REPO <Microsoft/cpprestsdk> [REF <v2.0.0>] [SHA512 <45d0d7f8cc350...>] [HEAD_REF <master>] [PATCHES <patch1.patch> <patch2.patch>...] [GITHUB_HOST <https://github.com>] [AUTHORIZATION_TOKEN <${SECRET_FROM_FILE}>] [FILE_D...
这也适用于 Gitea,方法是使用GITHUB_HOST选项指定 Gitea 服务器。 使用情况 cmake复制 vcpkg_from_github( OUT_SOURCE_PATH <SOURCE_PATH> REPO <Microsoft/cpprestsdk> [REF <v2.0.0>] [SHA512 <45d0d7f8cc350...>] [HEAD_REF <master>] [PATCHES <patch1.patch> <patch2.patch>...] [GITHUB_HOS...
vcpkg_from_gitlab documentation unclear #338 Closed Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers vicroms Assignees vicroms Labels Change sent to author do-not-merge qualifies-for-auto-merge vcpkg/svc Projects None yet Mi...