fix incorrect casing of Xcode in CMake command

This commit is contained in:
Stephen Birarda 2013-03-19 10:52:14 -07:00
parent 5b8541eaa4
commit 4bdd07322b

View file

@ -12,6 +12,6 @@ Create a build directory in the root of your checkout and then run the CMake bui
mkdir build
cd build
cmake .. -GXCode
cmake .. -GXcode
Those are the commands used on OS X to run CMake from the build folder and generate XCode project files.