[glew] Add comment about vcpkg_from_github()

This commit is contained in:
Alexander Karatarakis 2018-02-20 17:18:50 -08:00
parent 7bdf54e6d2
commit 7f021f9bb8

View File

@ -2,6 +2,8 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/glew/glew-2.1.0)
# Don't change to vcpkg_from_github! The github-auto-generated archives are missing some files.
# More info: https://github.com/nigels-com/glew/issues/31
vcpkg_download_distfile(ARCHIVE_FILE
URLS "https://github.com/nigels-com/glew/releases/download/glew-2.1.0/glew-2.1.0.tgz"
FILENAME "glew-2.1.0.tgz"