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 was updating my system to a newer version of the library, and during the compilation, I noticed that Libcurl is now cloned and compiled.
I have Libcurl (OpenSSL) and also Libcurlpp installed in my system so I was wondering why during compilation it does not try to use it. I only found the file CMake/external_libcurl.cmake and it looks like it doesn't check at all.
Is this for a reason? Otherwise, it could make the first compilation faster and also occupy less space
Also just to make sure that I understood correctly cURL is used when CHECK_FOR_UPDATES is ON and it is for checking new SDK versions. Is it for something else?
Thanks in advanced :)
The text was updated successfully, but these errors were encountered:
Hi @AlejoDiaz49 I should emphasize in advance that this is a development-focused question, so my knowledge of this subject is limited. I will do my best to provide useful information though.
From SDK version 2.43.0 onwards, it looks as though a mechanism is introduced to ensure that the libcurl third-party is version 7.75 as a requirement.
Issue Description
I was updating my system to a newer version of the library, and during the compilation, I noticed that Libcurl is now cloned and compiled.
I have Libcurl (OpenSSL) and also Libcurlpp installed in my system so I was wondering why during compilation it does not try to use it. I only found the file CMake/external_libcurl.cmake and it looks like it doesn't check at all.
Is this for a reason? Otherwise, it could make the first compilation faster and also occupy less space
Also just to make sure that I understood correctly cURL is used when CHECK_FOR_UPDATES is ON and it is for checking new SDK versions. Is it for something else?
Thanks in advanced :)
The text was updated successfully, but these errors were encountered: