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
i am using cpr v1.9.7, when i use "install(.... cpr ....)" in cmake
libcpr.so can be installed to the correct path, but the dependencies(curl) can not be installed to the correct path
how can i deal with this issue?
Description
i am using cpr v1.9.7, when i use "install(.... cpr ....)" in cmake
libcpr.so can be installed to the correct path, but the dependencies(curl) can not be installed to the correct path
how can i deal with this issue?
Example/How to Reproduce
FetchContent_Declare(cpr GIT_REPOSITORY ${LIBCPR_REPO}
GIT_TAG 032ffffff4ff78b093b) # commit hash
FetchContent_MakeAvailable(cpr)
install(xxx cpr xxx)
Possible Fix
No response
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: