From fa6098d22d9cb3920e1d9691e3ad5cf60c0cbc92 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Fri, 18 Oct 2024 15:00:23 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20ur?= =?UTF-8?q?l=20=D0=BA=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f85f831..8fbaaa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)