mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix incorrect casing of Xcode in CMake command
This commit is contained in:
parent
5b8541eaa4
commit
4bdd07322b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue