remove the invalid proxy

This commit is contained in:
TJU_Lu
2025-01-06 18:59:32 +08:00
parent 882748f9a3
commit b78e4cfa31
7 changed files with 9 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ project(yaml-download)
include(ExternalProject)
ExternalProject_Add(yaml
GIT_REPOSITORY https://cf.ghproxy.cc/https://github.com/jbeder/yaml-cpp
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp
GIT_TAG master
SOURCE_DIR "${PROJECT_SOURCE_DIR}/externals/yaml-src"
BINARY_DIR "${PROJECT_SOURCE_DIR}/externals/yaml-bin"