-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Support custom curl library #1080
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1080 +/- ##
==========================================
- Coverage 82.58% 82.53% -0.06%
==========================================
Files 53 53
Lines 7729 7729
Branches 1214 1214
==========================================
- Hits 6383 6379 -4
- Misses 1234 1239 +5
+ Partials 112 111 -1
|
Can you explain what you are trying to achieve here? Our build script already allows specifying your own |
I compile sentry on Linux and get an error "CURL: Required feature AsynchDNS is not found".
|
system version:Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-119-generic x86_64) |
Ok, but the solution to that problem isn't to bypass the check for You must check in your
after which ours will take it up during configuration:
Tested on Ubuntu 22.04 with CMake 3.22.1. |
What is your compilation command? I tried it again and still got an error.
|
I think it's because I only copied the static library but not the pkg and cmake files. |
That makes sense. It is generally a good idea to source self-built dependencies from whatever they generate as their |
No description provided.