summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-05-12 07:57:23 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2023-05-26 17:44:52 +0200
commitfcf5eb7feec6b41821135e3c78435618dd0096ab (patch)
tree20a90fe54cb5b68bcd9c262b1f9418bf07edf7d0 /cmake
parent360ccedd2cdaf65e33ef7a2ea361785cc7521486 (diff)
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 <alexey.edelev@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/configure-cmake-mapping.md1
1 files changed, 0 insertions, 1 deletions
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 <int> | -DQT_UNITY_BUILD_BATCH_SIZE=<int> | |
| -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. |