PengZheng commented on pull request #408: URL: https://github.com/apache/celix/pull/408#issuecomment-1086862230
It's weired cmake and libzip conflict with each other for openssl requirement, since they are in completely different contexts: https://docs.conan.io/en/latest/devtools/build_requires.html?highlight=tool_requires What if you try `-pr:b default pr:h default` instead of `-pr default` when specifying build profile? As far as I know, most problems of tool requirements are due to lack of `-pr:b -pr:h`. Also `cmake` requirement can really be removed with no harm. I add this intentionally to show off the power of Conan, setup complete develop environment (including cross tool chain, build system, and build utilities) in a single command. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org