set(SFML_STATIC_LIBRARIES TRUE) doesn't work in cmake with SFML 2.5.1 on Debian 10 Buster
I installed SFML with the command "apt install libsfml-dev". I can link it in cmake discribed like in this post "https://en.sfml-dev.org/forums/index.php?topic=24070.0" and everything works pretty fine. But if I add set(SFML_STATIC_LIBRARIES TRUE) to my cmake file to link sfml static…