From 920154fd801f3d728912aa84e69ed5fbc13d0f3e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 8 Feb 2022 15:27:59 +0100 Subject: Build system: Fix misleading message about Documentation build Task-number: PYSIDE-1814 Change-Id: I548ddba792f3913f0dc4906ad85bf70bb4b7a046 Reviewed-by: Alexandru Croitor (cherry picked from commit 6daa3e6d592fa383d16038a670945a2c78872c8d) Reviewed-by: Qt Cherry-pick Bot --- sources/shiboken6/ApiExtractor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3