Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force wrap file usage for stb and glm dependencies #1751

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

K1ngst0m
Copy link

The dependency() for stb and glm first searched for system-installed versions, which could an incompatible version (e.g. stb_image_resize2.h), it may break the build.

By forcing the use of the subproject wrap files, it will prevent breaking changes due to unpredictable system dependency versions.

the `dependency()` for stb and glm first searched for system-installed versions,
which could an incompatible version (e.g. `stb_image_resize2.h`), it may break the build.

By forcing the use of the subproject wrap files, it will prevent breaking changes
due to unpredictable system dependency versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant