Explorar o código

Sync SDL3 wiki -> header

SDL Wiki Bot hai 1 ano
pai
achega
f2ae00c1ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/README-cmake.md

+ 1 - 1
docs/README-cmake.md

@@ -218,7 +218,7 @@ At the end of SDL CMake configuration, a table shows all CMake options along wit
 | `-DSDL_TEST=`                 | `ON`/`OFF`   | Build SDL test library (`libSDL3_test.a`/`SDL3_test.lib`)                                           |
 | `-DSDL_TESTS=`                | `ON`/`OFF`   | Build SDL test programs (**requires `-DSDL_TEST=ON`**)                                              |
 | `-DSDL_DISABLE_INSTALL=`      | `ON`/`OFF`   | Don't create a SDL install target                                                                   |
-| `-DSDL_DISABLE_INSTALL_DOCS=` | `ON`/`OFF`   | Don't install the SDL documentation                                                                 |                                                                 
+| `-DSDL_DISABLE_INSTALL_DOCS=` | `ON`/`OFF`   | Don't install the SDL documentation                                                                 |
 | `-DSDL_INSTALL_TESTS=`        | `ON`/`OFF`   | Install the SDL test programs                                                                       |
 
 ## Help, it doesn't work!