From 1269c07951507203449d107cafae8f1acd922565 Mon Sep 17 00:00:00 2001 From: Timofey Khoruzhii Date: Sun, 16 Apr 2023 00:35:11 +0300 Subject: [PATCH] update requires --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8137b5..ccec2b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ add_test(NAME TestCl COMMAND test_cl) include(FetchContent) FetchContent_Declare( tmuxub - GIT_REPOSITORY https://gitlab.com/Onyad/tmuxub + GIT_REPOSITORY http://185.125.201.211:3000/onyad/tmuxub.git GIT_TAG origin/main ) FetchContent_MakeAvailable(tmuxub)