indoorvivants/sn-vcpkg

Clone vcpkg into a global cache location

keynmol opened this issue · 1 comments

Vcpkg takes a long time to clone, and if you have multiple projects it will clone them into per-project target folder.

It'd be better to have the repo itself in a global cache location, and keep the installation folders local per-project (to isolate them).

For choosing the right cache folder on any platform, I believe this library is the accepted standard: https://github.com/dirs-dev/directories-jvm

Done in #16