Bug 492280

Summary: Spurious find_package(KF5Doctools) in 4.0.0 tarball
Product: [Applications] calligracommon Reporter: Antonio Rojas <arojas>
Component: generalAssignee: 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:

Description Antonio Rojas 2024-08-27 18:13:41 UTC
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.
Comment 1 Antonio Rojas 2024-08-27 18:16:23 UTC
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.