correct grammar on UNIX missing dependency status notice.

Edward Rudd 2014-01-25 15:13:16 -05:00
parent 5071cb5c15
commit f186314aef
1 changed files with 3 additions and 3 deletions

View File

@ -1189,9 +1189,9 @@ message(STATUS " Build Shared Library: ${SDL_SHARED}")
message(STATUS " Build Static Library: ${SDL_STATIC}") message(STATUS " Build Static Library: ${SDL_STATIC}")
message(STATUS "") message(STATUS "")
if(UNIX) if(UNIX)
message(STATUS "Something was not detected, although your are sure that it") message(STATUS "If something was not detected, although the libraries")
message(STATUS "has been properly installed? Then make sure, you have set") message(STATUS "were installed, then make sure you have set the")
message(STATUS "the CFLAGS and LDFLAGS environment variables correctly.") message(STATUS "CFLAGS and LDFLAGS environment variables correctly.")
message(STATUS "") message(STATUS "")
endif(UNIX) endif(UNIX)