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
I want to specify the libcurl library when building cpr. How can I do that? I'm on mac right now for development, but production is on ubuntu
.
GitHub (branch e.g. master)
The text was updated successfully, but these errors were encountered:
for more context, I want to use https://github.com/lexiforest/curl-impersonate instead of the default curl
Sorry, something went wrong.
@eaziz4 thanks for your question here! This is not supported directly. Buuuut you could try the following:
FindCURL.cmake
CPR_USE_SYSTEM_CURL
cmake .. -DCPR_USE_SYSTEM_CURL=ON
COM8
No branches or pull requests
Description
I want to specify the libcurl library when building cpr. How can I do that? I'm on mac right now for development, but production is on ubuntu
Example/How to Reproduce
.
Possible Fix
.
Where did you get it from?
GitHub (branch e.g. master)
Additional Context/Your Environment
.
The text was updated successfully, but these errors were encountered: