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
When I try to configure CMake I get the following error: Set CURL_FOUND to TRUE. Set CURL_LIBRARIES to libcurl. Set CURL_INCLUDE_DIRS to C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/opt/curl/include;C:/Users/#####/Desktop/Projects/cpr-example/build/opt/cpr/opt/curl/include/curl. Using CURL_INCLUDE_DIRS: C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/opt/curl/include;C:/Users/#####/Desktop/Projects/cpr-example/build/opt/cpr/opt/curl/include/curl. Using CURL_LIBRARIES: CURL_LIBRARY-NOTFOUND. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CURL_LIBRARY linked by target "cpr" in directory C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/cpr
I have completely cloned the repo and ran the submodules update command.
The text was updated successfully, but these errors were encountered:
I got around this by installing libcurl (specifically libcurl4-openssl-dev). My build host is raspbian. I had to modify the source to patch out one of the cases in error.cpp, but after that it worked.
When I try to configure CMake I get the following error:
Set CURL_FOUND to TRUE. Set CURL_LIBRARIES to libcurl. Set CURL_INCLUDE_DIRS to C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/opt/curl/include;C:/Users/#####/Desktop/Projects/cpr-example/build/opt/cpr/opt/curl/include/curl. Using CURL_INCLUDE_DIRS: C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/opt/curl/include;C:/Users/#####/Desktop/Projects/cpr-example/build/opt/cpr/opt/curl/include/curl. Using CURL_LIBRARIES: CURL_LIBRARY-NOTFOUND. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CURL_LIBRARY linked by target "cpr" in directory C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/cpr
I have completely cloned the repo and ran the submodules update command.
The text was updated successfully, but these errors were encountered: