From 3df4c1e6fcf3b0a56d666a0427357771c07c8551 Mon Sep 17 00:00:00 2001 From: Sergii Baitala Date: Thu, 22 Jul 2021 14:47:42 +0300 Subject: [PATCH] Update vcpkg_from_github.cmake --- scripts/cmake/vcpkg_from_github.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cmake/vcpkg_from_github.cmake b/scripts/cmake/vcpkg_from_github.cmake index a9373baf592591..68c4e23700cef5 100644 --- a/scripts/cmake/vcpkg_from_github.cmake +++ b/scripts/cmake/vcpkg_from_github.cmake @@ -153,6 +153,7 @@ function(vcpkg_from_github) vcpkg_download_distfile(archive_version URLS "${github_api_url}/repos/${org_name}/${repo_name}/git/refs/heads/${arg_HEAD_REF}" FILENAME "${downloaded_file_name}.version" + ${headers_param} SKIP_SHA512 ALWAYS_REDOWNLOAD )