-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update libcurl version to latest version 8.8.0 #13007
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
Conversation
if (WIN32) | ||
set(CURL_FLAGS ${CURL_FLAGS} -DCURL_STATIC_CRT=ON ) | ||
endif() | ||
|
||
# Add SSL library flag | ||
if (WIN32) | ||
set(CURL_FLAGS ${CURL_FLAGS} -DCMAKE_USE_SCHANNEL=ON ) | ||
set(CURL_FLAGS ${CURL_FLAGS} -DCURL_USE_SCHANNEL=ON ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain this change please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API change on LibCURL Cmake files, parameter name was changed
cmake: private identifiers use CURL_ instead of CMAKE_ prefix](curl/curl#7988)
@@ -2,23 +2,23 @@ if(CHECK_FOR_UPDATES) | |||
include(ExternalProject) | |||
message(STATUS "Building libcurl enabled") | |||
|
|||
set(CURL_FLAGS -DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_WIN32_LDAP=OFF -DHTTP_ONLY=ON -DCURL_ZLIB=OFF -DCURL_DISABLE_CRYPTO_AUTH=ON -DCMAKE_USE_LIBSSH2=OFF -DBUILD_TESTING=OFF ) | |||
set(CURL_FLAGS -DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_WIN32_LDAP=OFF -DHTTP_ONLY=ON -DCURL_ZLIB=OFF -DCURL_DISABLE_CRYPTO_AUTH=ON -DCURL_USE_LIBSSH2=OFF -DCURL_DISABLE_TESTS=ON ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain this change please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please explain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, Im unable to build from source because of a missing libcurl documentation. Please see #13709 |
Verified on Win + Linux
Tracked on [LRS-1112]