修改cmake Fetchcontent三方库git地址

This commit is contained in:
Jie
2024-08-21 11:07:22 +08:00
parent 4d7249aca2
commit fe16ce9de3
4 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
include(FetchContent)
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://15209444885:9e4e79586fa1a4d39e6634de8881b19e@gitee.com/MaderHatter/spdlog.git
GIT_REPOSITORY http://212.129.155.29:3000/gitMirror/spdlog.git
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/spdlog
GIT_TAG main
)
FetchContent_MakeAvailable(spdlog)