Open Rossmaxx opened 1 year ago
You can use a local version of vcpkg, although will need the overlay
directory from our version.
On the command line, you can pass -DVCPKG_ROOT=\path\to\local\vcpkg\
to use your versionf of vcpkg instead of our submodule.
Keep in mind that we are using an unmerged vcpkg port of wxWidgets due to build issues. Maybe one day this won't be relevant anymore...
I have vcpkg preconfigured and use it to build stuff occasionally. Is it possible to use local version of vcpkg instead of the submodule? if yes, what should i pass to the command line and what dependencies should i get before building?