Merge branch 'bugfix/import_lib_example_url' into 'master'

fix(build-system/example): Removed dead URL for downloading tinyxml2

See merge request espressif/esp-idf!27573
pull/12698/head^2
Marius Vikhammer 2023-12-05 12:31:30 +08:00
commit fda5484e55
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ externalproject_add(tinyxml2_proj
# Download the source code of the third party project from the following URL.
# (Two URLs are provided, the 2nd one is the mirror for Chinese users)
URL https://github.com/leethomason/tinyxml2/archive/refs/tags/9.0.0.zip
https://gitcode.net/mirrors/leethomason/tinyxml2/-/archive/9.0.0/tinyxml2-9.0.0.zip
https://dl.espressif.com/dl/tinyxml2/9.0.0.zip
# (Downloading is not the only option; the library can also be located in your source tree.
# Consult ExternalProject_Add function documentation for other options.)