doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

build: fix build if using defined vckpg commit #549

Closed FlayaN closed 6 days ago

FlayaN commented 6 days ago

If using specified vcpkg commit id specified in builtin-baseline in vcpkg.json it fails to configure cmake due to magic-enum 0.9.6#1 being unavailable.

This fixes that by bumping vcpkg to latest with said dependency present. Also update readme with how to make sure your local vcpkg repo is synced up

FlayaN commented 6 days ago

503 related to this change