aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-08 15:27:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-08 21:31:02 +0000
commit920154fd801f3d728912aa84e69ed5fbc13d0f3e (patch)
treecdb272027f909c01f388ccd63de6e4ae5078e52b
parent9f6ebba4e5587d3617a58032bdce57723630a2c8 (diff)
Build system: Fix misleading message about Documentation build
Task-number: PYSIDE-1814 Change-Id: I548ddba792f3913f0dc4906ad85bf70bb4b7a046 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 6daa3e6d592fa383d16038a670945a2c78872c8d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/shiboken6/ApiExtractor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/CMakeLists.txt b/sources/shiboken6/ApiExtractor/CMakeLists.txt
index 37f929531..ee73bc38e 100644
--- a/sources/shiboken6/ApiExtractor/CMakeLists.txt
+++ b/sources/shiboken6/ApiExtractor/CMakeLists.txt
@@ -58,7 +58,7 @@ endif()
if(NOT HAS_LIBXSLT)
set(DISABLE_DOCSTRINGS TRUE)
message(WARNING
- "Documentation will not be built due to missing dependency (no Qt5XmlPatterns found).")
+ "Documentation will not be built due to missing dependency (libxslt not found).")
endif()
# Export to parent scope so that generator/CMakeLists.txt gets it