Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional Hunter support in cmake buildsystem #2734

Open
wants to merge 1 commit into
base: poco-1.10.0
Choose a base branch
from

Conversation

Bjoe
Copy link
Contributor

@Bjoe Bjoe commented Jun 24, 2019

Few months ago, I try to use Poco with conan but without much success. Then I found Hunter
Since that I use/build Poco with Hunter and I also build a POC for macchina.io macchina-io/macchina.io#71
Poco was also used in Hunter before (PocoCPP) but they patched "Poco cmake build system." See also here: https://github.com/ruslo/hunter/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+PocoCPP

Hunter is only optional and as default it is off. So the current cmake build system is not affected. If you switched it on with the cmake parameter:

cmake -Hpoco -Bbuild-poco -DHUNTER_ENABLED=ON

First time, it will take a time, because hunter is building the third-party libraries. After third-party are build, it is only building Poco.
With Hunter you can add Poco easily in your project without installing any new "dependencies". Hunter is based on cmake only.

@aleks-f
Copy link
Member

aleks-f commented Jun 21, 2022

@Bjoe if you still want this in, it needs to go against devel branch

@aleks-f aleks-f added this to the Unspecified milestone Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants