mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +08:00
[glew] Add comment about vcpkg_from_github()
This commit is contained in:
parent
7bdf54e6d2
commit
7f021f9bb8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user