diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-02-08 15:27:59 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-02-08 16:08:28 +0100 |
| commit | 6daa3e6d592fa383d16038a670945a2c78872c8d (patch) | |
| tree | 8d7d0bcd5afd385e48ead09b8457d26714760cd8 | |
| parent | e1aee5ff734387c6d1a91df0f17d022042f5d927 (diff) | |
Build system: Fix misleading message about Documentation build
Task-number: PYSIDE-1814
Pick-to: 6.2
Change-Id: I548ddba792f3913f0dc4906ad85bf70bb4b7a046
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
| -rw-r--r-- | sources/shiboken6/ApiExtractor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/CMakeLists.txt b/sources/shiboken6/ApiExtractor/CMakeLists.txt index 48a501b86..db3916982 100644 --- a/sources/shiboken6/ApiExtractor/CMakeLists.txt +++ b/sources/shiboken6/ApiExtractor/CMakeLists.txt @@ -60,7 +60,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 |
