From 279c498d626924a822ec4e8f1fe85749c6d53729 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Mon, 20 Oct 2008 13:40:29 +0000 Subject: [PATCH] corrected typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b709cf25..2d05f4a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ IF( NOT VERSION ) ENDIF( NOT VERSION ) # Fill in SDLMAIN_LIBRARY on OS X manually to avoid using SDLMain.m -# OS X users will have to compile and install SDL form source. +# OS X users will have to compile and install SDL from source. if( APPLE ) SET(SDLMAIN_LIBRARY "-lSDLmain") endif( APPLE )