https://bugzilla.redhat.com/show_bug.cgi?id=2493314
--- Comment #20 from Cristian Le <[email protected]> --- > but it should be possible to only set the installation path of docs to > `CMAKE_INSTALL_DOCDIR` Yes, that was what I was referring to. I did not review all of the other files that are in there, will do that as soon as I can run `fedora-review` > - Source file in `/usr/include/libxs/` It should not be in a CMake workflow in the first place. There is `FetchContent` if the user needs a "header-only"-like approach. As for the consumer, if it reads a `.pc` or CMake file, then they do not even care about header-only vs non-header-only mode. The header-only mode is just a "relic" of when you did not have build systems that can handle dependencies, and I would much rather kill that support as early as possible in the Fedora package before it can cause problems. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2493314 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202493314%23c20 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
