It's pretty nice!
The only things I'd change is
add_definitions("-std=c++17")
to
set(CMAKE_CXX_STANDARD 17)
it's more portable across the compilers.
P. S. Maybe linking to ${CONAN_LIBS} is a bit too much... I'd recommend to show how to only link to specific parts of SFML (to not drag network module, for example)