From a02be0f1cca55a80ae9006e2a3fcbbfa89442948 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 12 May 2023 07:45:57 +0200 Subject: [PATCH] Remove -list-libraries from configure-cmake-mapping.md This Qt5 configure argument does not exist anymore. Change-Id: I68c798eb2769c93e3ca0b30d6a3da3247e319eee 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 f3b3ffb3f43..2bf5c4a2cfc 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -17,7 +17,6 @@ The following table describes the mapping of configure options to CMake argument | -no-feature-foo | -DFEATURE_foo=OFF | | | -list-features | | At the moment: configure with cmake once, | | | | then use ccmake or cmake-gui to inspect the features. | -| -list-libraries | | | | -opensource | n/a | | | -commercial | n/a | | | -confirm-license | n/a | |