From 4bdd07322b1979bd0d58339b734c580a6f4eaa82 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Mar 2013 10:52:14 -0700 Subject: [PATCH] fix incorrect casing of Xcode in CMake command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791644f6fb..75eddb474e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file