I finally got SFML 2.0 static libraries working. I figured out from searches leading to some guy's blog that I needed to define SFML_STATIC. First of all, is this accurate? Or am I likely doing something wrong in my setup that makes this necessary?
And if this is necessary, don't you think FindSFML.cmake should do this for me if I set the CMake variable SFML_STATIC_LIBRARIES?
I guess that last part should go in feature requests or a bug report, but first I want to make sure I'm not doing something wrong.