From f186314aeff871cf6da4569b8316105ee6e24533 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 25 Jan 2014 15:13:16 -0500 Subject: [PATCH] correct grammar on UNIX missing dependency status notice. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 279f503fe..6b552c0d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1189,9 +1189,9 @@ message(STATUS " Build Shared Library: ${SDL_SHARED}") message(STATUS " Build Static Library: ${SDL_STATIC}") message(STATUS "") if(UNIX) - message(STATUS "Something was not detected, although your are sure that it") - message(STATUS "has been properly installed? Then make sure, you have set") - message(STATUS "the CFLAGS and LDFLAGS environment variables correctly.") + message(STATUS "If something was not detected, although the libraries") + message(STATUS "were installed, then make sure you have set the") + message(STATUS "CFLAGS and LDFLAGS environment variables correctly.") message(STATUS "") endif(UNIX)