Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ports/glew/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: glew
Version: 2.1.0-7
Version: 2.1.0
Port-Version: 8
Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
Homepage: https://github.com/nigels-com/glew
3 changes: 1 addition & 2 deletions ports/glew/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(vcpkg_common_functions)

# Don't change to vcpkg_from_github! The sources in the git repository (archives) are missing some files that are distributed inside releases.
# More info: https://github.com/nigels-com/glew/issues/31 and https://github.com/nigels-com/glew/issues/13
vcpkg_download_distfile(ARCHIVE
Expand All @@ -25,6 +23,7 @@ vcpkg_configure_cmake(

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/glew)
vcpkg_fixup_pkgconfig(SYSTEM_LIBRARIES GLU GL)

if(VCPKG_TARGET_IS_WINDOWS)
set(_targets_cmake_files)
Expand Down