-
-
Notifications
You must be signed in to change notification settings - Fork 430
use built-in FindOpenGL module for GLES with cmake 3.27+ #929
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
base: master
Are you sure you want to change the base?
use built-in FindOpenGL module for GLES with cmake 3.27+ #929
Conversation
bae1912 to
2a79f95
Compare
2a79f95 to
f86ffa5
Compare
|
Probably needs to be done in the same way in the config package script here. I also always forget about this file, as seen in the 4.1.6 PR 😆 Guess you could also squash the changes into a single commit before merging, as it's only a few lines. |
kblaschke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add the version check conditional around the same line in the CMake package config file.
The new combined function no longer returns the image size, so we need to load the image ourselves, store the size and then pass the buffer to SOIL_create_OGL_texture().
ecfb4c8 to
09941b5
Compare
kblaschke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small details left.
Co-authored-by: Kai Blaschke <kai.blaschke@kb-dev.net>
…make-version-check-gles # Conflicts: # src/libprojectM/projectM4Config.cmake.in
Co-authored-by: Kai Blaschke <kai.blaschke@kb-dev.net>
…make-version-check-gles
|
If your changes are ready for review, just hit the "Re-request review" button, I'll then do a final check. Already looking good though. |
No description provided.