Parcourir la source

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

Denis V. Dedkov il y a 1 an
Parent
commit
fa6098d22d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
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)