[vcpkg_download_distfile.cmake] Fix Examples (#8669)

This commit is contained in:
Ehsan 2019-10-22 01:55:25 +03:30 committed by Victor Romero
parent 491bc64669
commit 6f37346354

View File

@ -45,7 +45,7 @@
##
## * [apr](https://github.com/Microsoft/vcpkg/blob/master/ports/apr/portfile.cmake)
## * [fontconfig](https://github.com/Microsoft/vcpkg/blob/master/ports/fontconfig/portfile.cmake)
## * [openssl](https://github.com/Microsoft/vcpkg/blob/master/ports/openssl/portfile.cmake)
## * [freetype](https://github.com/Microsoft/vcpkg/blob/master/ports/freetype/portfile.cmake)
function(vcpkg_download_distfile VAR)
set(options SKIP_SHA512)
set(oneValueArgs FILENAME SHA512)