-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fix PACKAGE_VERSION output in sdl2_image-config-version.cmake #389
Conversation
I tried to change target branch from P.S.: Curious failure in CI macos runs: any ideas @madebr ?
|
We don't need the |
Should we merge this as is to release branch and cherry-pick to SDL2 later? |
That's the normal procedure, but imho the order does not matter much since the change looks trivial (I've not yet tested it). |
Cherry-picked to SDL2 in 70527e1 |
Hi there. Thank you for merging the PR so fast and sorry for mistaking the branch names. I would like to open one more PR. Should I set the base to Regards |
Yes: SDL2-related changes should be against SDL2 branch. If found necessary, they will be applied back to the release branch. |
In order of preference, depending on what you want to propose and whether it's still present in SDL3:
|
Great. Thank you for letting me know |
Currently, when executing
./autogen.sh
and./configure
we get the followingsdl2_image-config-version.cmake
This PR fixes this issue using the correct variable names and producing a proper file like