diff --git a/cmake/Modules/FindSFML.cmake b/cmake/Modules/FindSFML.cmake index cab9c791d..3c57641f3 100644 --- a/cmake/Modules/FindSFML.cmake +++ b/cmake/Modules/FindSFML.cmake @@ -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()