Hello everyone,
I see that you're having an issue with compiling a project using SFML on a Raspberry Pi 3. You followed the tutorial mentioned in your post, cloned the repository, and followed the instructions, but CMake is unable to find the package. However, it seems to find the SFML libraries correctly with -lsfml-graphics, etc.
In this case, I would suggest checking the following:
Ensure that you have all the necessary dependencies installed for SFML on your Raspberry Pi.
Double-check that the cloned SFML repository is in the correct location and accessible by CMake.
Verify that you set the CMAKE_MODULE_PATH and SFML_DIR variables correctly, as mentioned in the tutorial.
If you've already confirmed these steps, it might be helpful to provide more details or any error messages you're encountering, so that the community can assist you further.
Best of luck with your project!