Skip to content

Added support for building SDL3 from source when we fail find_package #63

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

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

Conversation

BeardyKing
Copy link

=== INFO ===

When running aarch64 bookworm for the Raspberry Pi 5 we fail to build this project as SDL3 is not distributed

To address this I've pulled in a snippet from the SDL3 CMake example which builds SDL from source when it fails find_package

I've set the git tag to the most recent release: release-3.2.16

=== CODE ===

/CMakeList.txt

  • Added fallback code which builds SDL3 from source when it fails find_package

/.gitignore

  • Added .idea/ to the ignore list, this folder is used by JetBrains products / CLion

…ia find_package

=== INFO ===

When running aarch64 bookworm for the Raspberry Pi 5 we fail to build this project as SDL3 is not distributed

To address this I've pulled in a snippet from the SDL3 CMake example which builds SDL from source when it fails find_package

I've set the git tag to the most recent release `release-3.2.16`

=== CODE ===

/CMakeList.txt
- Added fallback code which builds SDL3 from source when it fails find_package

/.gitignore
- Added .idea/ to the ignore list, this folder is used by JetBrains products /
CLion
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