build: remove vcpkg pkgconf dep
Remove pkgconf from the list of vcpkg dependency packages, because it is automatically installed as a host build dependency and an explicit dependency on the target triplet package is not required. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
3d8ed512cf
commit
07c6e3119e
|
@ -24,7 +24,7 @@ endif()
|
|||
|
||||
option(VCPKG_BINARY_PACKAGES "Use vcpkg binary packages" TRUE)
|
||||
|
||||
set(VCPKG_DEPS pkgconf zlib pthreads gettext-libintl wxwidgets nanosvg)
|
||||
set(VCPKG_DEPS zlib pthreads gettext-libintl wxwidgets nanosvg)
|
||||
|
||||
set(VCPKG_DEPS_OPTIONAL
|
||||
"sdl3[vulkan]" ENABLE_SDL3
|
||||
|
|
Loading…
Reference in New Issue