aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-02-20 17:18:50 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-02-20 17:18:50 -0800
commit7f021f9bb8143b9652d9aaad7f4ab308e6ca6f87 (patch)
tree410791f65189a0a5240db3e6824ed22fe9193579
parent7bdf54e6d26467e90467381a3dc76ac0946899b1 (diff)
downloadvcpkg-7f021f9bb8143b9652d9aaad7f4ab308e6ca6f87.tar.gz
vcpkg-7f021f9bb8143b9652d9aaad7f4ab308e6ca6f87.zip
[glew] Add comment about vcpkg_from_github()
-rw-r--r--ports/glew/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/glew/portfile.cmake b/ports/glew/portfile.cmake
index ea455293f..79c669640 100644
--- a/ports/glew/portfile.cmake
+++ b/ports/glew/portfile.cmake
@@ -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"