From bca3d16bc2ed835a5a60eaef26d74238382f67e4 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 17 Apr 2024 13:20:44 +0200 Subject: [PATCH] Fix indent for the -submodules argument in configure-cmake-mapping.md Change-Id: I88e2e6cccef6c961bc65cc6b95f06968f957da9f Reviewed-by: Alexandru Croitor --- cmake/configure-cmake-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index d504bd8d4be..78d9152a428 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -97,7 +97,7 @@ The following table describes the mapping of configure options to CMake argument | -skip ,..., | -DBUILD_=OFF | | | -skip-tests ,..., | -DQT_BUILD_TESTS_PROJECT_=OFF | | | -skip-examples ,..., | -DQT_BUILD_EXAMPLES_PROJECT_=OFF | | -| -submodules ,..., | -DQT_BUILD_SUBMODULES=;...; | | +| -submodules ,..., | -DQT_BUILD_SUBMODULES=;...; | | | -make | -DQT_BUILD_TESTS=ON | A way to turn on tools explicitly is missing. If tests/examples | | | -DQT_BUILD_EXAMPLES=ON | are enabled, you can disable their building as part of the | | | | 'all' target by also passing -DQT_BUILD_TESTS_BY_DEFAULT=OFF or |