diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index 2a794af63b4..eb2647c83af 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. |