Hi,

I would like to update libcmocka [1] to version 1.1.6. This autogenerates the 
find_package() files for CONFIG mode now.

This means the projects which don't have their on FindCMocka.cmake module but 
rely on the CONFIG mode, need 3 lines of code to still compile with 1.1.6. You 
need to add the following code after find_package(cmocka):

if (TARGET cmocka::cmocka)
  set(CMOCKA_LIBRARY cmocka::cmocka)
endif()

I did some repoquery and the following packages which use cmake and libcmocka 
might need fixing:

drpm
freecell-solver
libavtp
libssh (maintained by me)
libyang
netdata
nss_wrapper (maintained by me)
openscap
pam_wrapper (maintained by me)
priv_wrapper (maintained by me)
resolv_wrapper (maintained by me)
socket_wrapper (maintained by me)
sysrepo
termy-server
uid_wrapper (maintained by me)


I will try to look into them in the next weeks, but if you're the maintainer 
of the package and read this I would appreciate if you could fix it.

Thanks!


Best regards


        Andreas


[1] https://cmocka.org/

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to