Skip to content

SFML migration update - #1727

Merged
sirjuddington merged 4 commits into
sirjuddington:masterfrom
jopadan:master
Dec 18, 2024
Merged

SFML migration update#1727
sirjuddington merged 4 commits into
sirjuddington:masterfrom
jopadan:master

Conversation

@jopadan

@jopadan jopadan commented Sep 23, 2024

Copy link
Copy Markdown

SFML/migration.md updated with #if (SFML_VERSION_MAJOR > 2)

@sirjuddington

Copy link
Copy Markdown
Owner

This one will probably need some SFML version checks to keep support for 2.x, at least for a while

@Blzut3

Blzut3 commented Nov 19, 2024

Copy link
Copy Markdown
Collaborator

The changes to .gitingore here indicate that you're using CMake wrong. You should set your build directory to an empty directory. Commonly people just mkdir build inside their clone and use that, but it can be entirely out of tree too. This is important since CMake doesn't provide a way to cleanup its generated files besides "delete the build directory."

@sirjuddington

Copy link
Copy Markdown
Owner

@jopadan sorry I haven't got to this one yet, could you remove the changes to .gitignore (see @Blzut3's comment) and I'll merge it in

@sirjuddington
sirjuddington merged commit 84a3c9b into sirjuddington:master Dec 18, 2024
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.

4 participants