From f2ae00c1ad5194586bacbd7b374422bd1d47c81a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 27 Jul 2023 22:43:14 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- docs/README-cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-cmake.md b/docs/README-cmake.md index 41796ab64b..ecefcb278a 100644 --- a/docs/README-cmake.md +++ b/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!