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

Build: Use a dependency manager for bundled dependencies #849

Open
CyberTailor opened this issue Feb 4, 2024 · 1 comment
Open

Build: Use a dependency manager for bundled dependencies #849

CyberTailor opened this issue Feb 4, 2024 · 1 comment

Comments

@CyberTailor
Copy link
Contributor

Manual dependency management leaves room for error.

I suggest using Hunter or Conan for managing bundled third-party libraries (like Boost, tclap, utfcpp etc.)

@IhorShevchuk
Copy link

IhorShevchuk commented Mar 17, 2024

I vote for using FetchContent that is already built into CMake and will not bring one more additional tool that will require support.
But I am not sure if this particular project uses anything else except Boost and cURL.

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

No branches or pull requests

2 participants