BUILD: Refactor curl submodule (#10228)

* relocate curl files

* fix cmake build

* fix MSVC build
This commit is contained in:
polar 2021-05-01 20:56:56 +01:00 committed by GitHub
parent 0224c7a9eb
commit b09b0bc43b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 845 additions and 842 deletions

2
.gitmodules vendored
View file

@ -65,7 +65,7 @@
url = https://github.com/tcbrindle/span
ignore = dirty
[submodule "3rdparty/curl"]
path = 3rdparty/curl
path = 3rdparty/curl/src
url = https://github.com/curl/curl.git
ignore = dirty
[submodule "3rdparty/wolfssl"]