Skip to content

Commit

Permalink
CMake: tabs to spaces in new parts of README-cmake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Sep 23, 2019
1 parent 00bc7f6 commit 3d55a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README-cmake.md
Expand Up @@ -77,8 +77,8 @@ To use, set the following CMake variables when running CMake's configuration sta

- for tvOS-Simulator, using the latest, installed SDK:

`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvsimulator -DCMAKE_OSX_ARCHITECTURES=x86_64`
`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvsimulator -DCMAKE_OSX_ARCHITECTURES=x86_64`

- for tvOS-Device, using the latest, installed SDK:

`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvos -DCMAKE_OSX_ARCHITECTURES=arm64`
`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvos -DCMAKE_OSX_ARCHITECTURES=arm64`

0 comments on commit 3d55a51

Please sign in to comment.