You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Cornpop456
Without looking too deep into it, I guess our cpr-config.cmake is not correct. It perhaps should include the find_package(OpenSSL REQUIRED) if cpr was build with OpenSSL enabled.
Sadly I won't have too much time this week to further investigate this.
Description
I compiled cpr statically as was explained in README
And when i tried to build my program i had the following error in terminal
My cmakefile
And that problem was not occurred when i compiled cpr as a shared library
Example/How to Reproduce
Install cpr as a static library
Add to cmakefile
Possible Fix
I could fix it only when add next line to cmakefile
find_package(OpenSSL REQUIRED)
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: