From 7f021f9bb8143b9652d9aaad7f4ab308e6ca6f87 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 20 Feb 2018 17:18:50 -0800 Subject: [glew] Add comment about vcpkg_from_github() --- ports/glew/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3