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 #2481

Closed
wants to merge 1 commit into from

Conversation

Bjoe
Copy link
Contributor

@Bjoe Bjoe commented Sep 26, 2018

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.

@Bjoe Bjoe force-pushed the feature-hunter-support branch from f79a629 to f281a69 Compare January 28, 2019 11:24
@Bjoe Bjoe force-pushed the feature-hunter-support branch from f281a69 to 5fe5781 Compare May 22, 2019 05:44
@obiltschnig
Copy link
Member

Please re-target for poco-1.10.0 branch.

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.

2 participants