CONAN ERROR: Conanfile defined package 'name', set_name() redundant

396 views Asked by At

I am unable to install a conan package due to the following error ERROR: Conanfile defined package 'name', set_name() redundant

Instead of name in the recipe, I set the name through set_name() function. and it is not set/overwritten in the recipe anywhere else. This package has some dependencies which have their own name and versions. I dont understand the root cause of this error or where to start debugging

Can someon assist with it? Thanks

0

There are 0 answers