Improved the success message in FindSFML.cmake

This commit is contained in:
Laurent Gomila 2012-12-23 09:25:16 +01:00
parent 03b8a1c3a7
commit dd48427bb8

View File

@ -205,5 +205,5 @@ endif()
# handle success
if(SFML_FOUND)
message("Found SFML: ${SFML_INCLUDE_DIR}")
message(STATUS "Found SFML ${SFML_VERSION_MAJOR}.${SFML_VERSION_MINOR} in ${SFML_INCLUDE_DIR}")
endif()