build: lowercase vcpkg package names

vcpkg now requires that package names be lowercase, change all package
names to lowercase.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2023-04-11 23:17:06 +00:00
parent 86bef62faf
commit 40711fa5c9
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ if(TAG_RELEASE)
include(MakeReleaseCommitAndTag)
endif()
set(VCPKG_DEPS pkgconf zlib SDL2 gettext wxWidgets)
set(VCPKG_DEPS pkgconf zlib sdl2 gettext wxwidgets)
set(VCPKG_DEPS_OPTIONAL
SFML ENABLE_LINK
sfml ENABLE_LINK
ffmpeg ENABLE_FFMPEG
)