From dd48427bb803ce0b97f721136b0100b067bd8749 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 23 Dec 2012 09:25:16 +0100 Subject: [PATCH] Improved the success message in FindSFML.cmake --- cmake/Modules/FindSFML.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()