update requires

This commit is contained in:
Timofey Khoruzhii 2023-04-16 00:35:11 +03:00
parent 821ea7eed0
commit 1269c07951

View file

@ -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)