We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CLI11 supports building as a static library, but the Conan recipe is always header only.
N/A
The text was updated successfully, but these errors were encountered:
Correct. The CLI11 project offers an option to build static library: https://github.com/CLIUtils/CLI11/blob/v2.4.2/CMakeLists.txt#L82
I would suggest adding header-only option and enabling it by default, so we will not affect the current Package ID for users.
Sorry, something went wrong.
I implemented this here: https://github.com/vasama/conan-center-index/tree/cli11/precompiled Waiting for access in #4.
uilianries
Successfully merging a pull request may close this issue.
Description
CLI11 supports building as a static library, but the Conan recipe is always header only.
Package and Environment Details
N/A
Conan profile
N/A
Steps to reproduce
N/A
Logs
N/A
The text was updated successfully, but these errors were encountered: