conan-io / hooks

Official Conan client hooks
MIT License
32 stars 44 forks source link

[conan-center] Skip KB-H016 for gettext #524

Closed uilianries closed 6 months ago

uilianries commented 6 months ago

Related to the PR https://github.com/conan-io/conan-center-index/pull/21351

The Gettext should provides 2 cmake files, one for libintl (FindIntl.cmake) and another to gettext binaries (FindGettext.cmake). Currently, is not possible to generate more than 1 .cmake using CMakeDeps, so we need to copy it directly from the exported folder and use CMake variables defined by Conan.