| Summary: | Spurious find_package(KF5Doctools) in 4.0.0 tarball | ||
|---|---|---|---|
| Product: | [Applications] calligracommon | Reporter: | Antonio Rojas <arojas> |
| Component: | general | Assignee: | Calligra Bugs <calligra-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | chris |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
The actual doc build is commented out in git, so this has the funny effect that the documentation is built iff KF5 Doctools is installed. |
In CMakeLists.txt: find_package(KF5DocTools CONFIG) if(KF5DocTools_FOUND) kdoctools_install(po) endif() This is not in git, so I assume it comes from the tarring scripts.