Conan create fails due to compiler invalid option
conan create
fails due to invalid compiler options when called with the option -o pylene:shared=True
. This is due to the fact that OBJECT dependencies do not have the fPIC
option passed when linked to the shared library.