Well I got the FindSFML.cmake from the git repository. However, it seems as though it only recognizes where my include files are. ${SFML_LIBRARIES} and ${SFML_SYSTEM_LIBRARY_RELEASE} both were empty.
I'm using ArchLinux and sfml was installed in /usr/lib for me.
[joe@joseph lib]$ ls /usr/lib |grep sfml
libsfml-audio.so
libsfml-audio.so.1.6
libsfml-graphics.so
libsfml-graphics.so.1.6
libsfml-network.so
libsfml-network.so.1.6
libsfml-system.so
libsfml-system.so.1.6
libsfml-window.so
libsfml-window.so.1.6
Is it something I'm doing wrong or does it have to do with the FindSFML.cmake file?