Update vcpkg and libraries #1064
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We use vcpkg by default for package management. So these changes only apply when compiling Cemu without explicitly turning vcpkg off. (e.g.
-DENABLE_VCPKG=off
)If you are compiling Cemu locally you might run into issues during cmake bootstrapping vcpkg. In that case try deleting the vcpkg binary from
dependencies/vcpkg/
or rundependencies/vcpkg/bootstrap-vcpkg
this typo or glm lib never get update ?
0.9.9.8 is still the last release https://github.com/g-truc/glm/releases
I don't know if my comment will be useful but glm has been updated to 1.0.0.
We only very lightly make use of glm so for our needs there is no real advantage of updating immediately. But we did run into an issue (now resolved) where some Linux distros sourced glm from the git directly instead of 0.9.9.8 and that caused some incompatibilities. At any rate, we'll handle the glm update with the next bulk dependency update