From fcf5eb7feec6b41821135e3c78435618dd0096ab Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 12 May 2023 07:57:23 +0200 Subject: [PATCH] Remove the -silent option from configure-cmake-mapping.md There's just no good equivalent with the CMake based build. Change-Id: I923ef3173d631afe2db0bdacc1d02c1f4649b741 Reviewed-by: Alexey Edelev --- cmake/configure-cmake-mapping.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index 2a794af63b..eb2647c83a 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -76,7 +76,6 @@ The following table describes the mapping of configure options to CMake argument | -unity-build | -DQT_UNITY_BUILD=ON | | | -unity-build-batch-size | -DQT_UNITY_BUILD_BATCH_SIZE= | | | -warnings-are-errors | -DWARNINGS_ARE_ERRORS=ON | | -| -silent | n/a | | | -no-gcc-sysroot | n/a | The corresponding CMake variables are CMAKE_SYSROOT_LINK | | | | and CMAKE_SYSROOT_COMPILE. | | | | They are usually set in a toolchain file. |