-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, I don't know, if anyone already mentioned this issue, but the SFML version used in CMakeLists.txt is too old. Whenever I want to do the Moving On part, I have to manually edit this part
find_package(SFML 2.5.1 COMPONENTS system window graphics network audio)
to this
find_package(SFML 3.0.1 COMPONENTS System Window Graphics Network Audio)
and rewrite main.cpp and other files to match the newer version. I'm on Arch Linux, and I can't download older version of SFML.
All errors that I got errors.txt
polinaburiak and antimech
Metadata
Metadata
Assignees
Labels
No labels