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(pybind11-download)
include(ExternalProject)
ExternalProject_Add(pybind11
GIT_REPOSITORY https://cf.ghproxy.cc/https://github.com/pybind/pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG master
SOURCE_DIR "${PROJECT_SOURCE_DIR}/externals/pybind11-src"
BINARY_DIR "${PROJECT_SOURCE_DIR}/externals/pybind11-bin"