adamrehn / conan-ue4cli

Integrate third-party libraries into the Unreal Engine with Conan
https://docs.adamrehn.com/conan-ue4cli/
MIT License
87 stars 20 forks source link

Conanfile doesn't have 'author'. #7

Closed hobbeshunter closed 4 years ago

hobbeshunter commented 4 years ago

My organization requires the attribute_checker as hook in our conan config. So running generate fails with

[HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'license'. It is recommended to add it as attribute
[HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'description'. It is recommended to add it as attribute
[HOOK - attribute_checker.py] pre_export(): WARN: Conanfile doesn't have 'homepage'. It is recommended to add it as attribute
ERROR: [HOOK - attribute_checker.py] pre_export(): Conanfile doesn't have 'author'. It is mandatory to add it as attribute

when doing "Installing profile base packages...".