On 2025/11/04 10:59, Ben Beasley wrote:
This gtest update is particularly significant because gtest now requires at least C++17. Several packages that were building as C++14 have needed to be adjusted to build as C++17 instead.
In CMake it should be possible to contain the C++17 requirement within the consumer with `target_compile_features`. Afaict they do that, so on the consumer side, they should not need to make explicit changes on their side, unless I am missing some weird interplay with `CMAKE_CXX_STANDARD` or such. If you've found that it doesn't seem to work, let me know of some examples, I would be curious about this. But if they use the `.pc` then everything goes out the window :).
-- _______________________________________________ devel 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://pagure.io/fedora-infrastructure/new_issue
