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
The cmake option -DWITH_CURL=bundled is now supported on all
platforms.
Set the default value of WITH_CURL to "bundled" rather than "none" on
Windows.
Update CURL_VERSION_DIR
Set options in extra/curl/CMakeLists.txt
- PICKY_COMPILER OFF
- BUILD_SHARED_LIBS OFF
- BUILD_STATIC_LIBS OFF
- SHARE_LIB_OBJECT OFF
Disable in curl cmake files:
- CMAKE_DEBUG_POSTFIX
- find_package(OpenSSL)
- Do not add "/MP" for clang on Windows
- install(...)
Enable in curl cmake files:
- Keep the FILE protocol for HTTP_ONLY
Add comments about 'libcurl' and 'libcurl_static'
Remove obsolete INCLUDE_DIRECTORIES and LINK_DIRECTORIES
from extra/curl/CMakeLists.
Change-Id: I3abe7bf8da5720df4705109def7b637fbf7e5923
0 commit comments