From a04fad888df0a4c04d231afd18653f462fa0fcfe Mon Sep 17 00:00:00 2001 From: spacy51 Date: Mon, 20 Oct 2008 13:40:29 +0000 Subject: [PATCH] corrected typo git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@771 a31d4220-a93d-0410-bf67-fe4944624d44 --- 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 )