mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02: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