Изменён url к репозиторию

This commit is contained in:
2024-10-18 15:00:23 +02:00
parent 874d93a4d8
commit fa6098d22d

View File

@@ -13,7 +13,7 @@ include(FetchContent)
# cpp-httplib
FetchContent_Declare(
httplib
GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/cpp-httplib.git
GIT_REPOSITORY https://gogs.dended.ru/ded/cpp-httplib.git
GIT_TAG master
)
FetchContent_MakeAvailable(httplib)
@@ -21,7 +21,7 @@ FetchContent_MakeAvailable(httplib)
# noolite
FetchContent_Declare(
noolite
GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/noolitelib.git
GIT_REPOSITORY https://gogs.dended.ru/ded/noolitelib.git
GIT_TAG master
)
FetchContent_MakeAvailable(noolite)