Browse Source

CMake: tabs to spaces in new parts of README-cmake.md

David Ludwig 5 years ago
parent
commit
3d55a51482
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/README-cmake.md

+ 2 - 2
docs/README-cmake.md

@@ -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:
 - 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:
 - 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`