Hello everyone,
I've had some problem with my SFML on Linux for some time.
I used SFML installed from my distro repository so far and everything worked well, but now I had to download the latest version of SFML so I downloaded source code and compiled it with CMake(since the already compiled didn't suit for me).
Now when I try to build my project using CLion in Debug mode - compilation goes successfully but when I try to build it in Release mode I get following error:
No rule to make target '/usr/lib/x86_64-linux-gnu/libsfml-system.so'.
My FindSFML.cmake is okay I guess, I used that one from source code, and it works in Debug Mode.
I would be grateful for any help.