mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Enable http digest authentication for CURL
This commit is contained in:
parent
c5b06dc1ff
commit
0a932ebfe3
5 changed files with 50 additions and 3 deletions
1
deps/deps-linux.cmake
vendored
1
deps/deps-linux.cmake
vendored
|
@ -80,7 +80,6 @@ ExternalProject_Add(dep_libcurl
|
|||
--disable-smb
|
||||
--disable-smtp
|
||||
--disable-gopher
|
||||
--disable-crypto-auth
|
||||
--without-gssapi
|
||||
--without-libpsl
|
||||
--without-libidn2
|
||||
|
|
1
deps/deps-macos.cmake
vendored
1
deps/deps-macos.cmake
vendored
|
@ -67,7 +67,6 @@ ExternalProject_Add(dep_libcurl
|
|||
--disable-smb
|
||||
--disable-smtp
|
||||
--disable-gopher
|
||||
--disable-crypto-auth
|
||||
--without-gssapi
|
||||
--without-libpsl
|
||||
--without-libidn2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue