fix CI
This commit is contained in:
parent
d06ddf023a
commit
644b555da9
2 changed files with 9 additions and 2 deletions
|
@ -40,7 +40,14 @@ add_test(NAME TestCl COMMAND test_cl)
|
|||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
tmuxub
|
||||
GIT_REPOSITORY http://185.125.201.211:3000/onyad/tmuxub.git
|
||||
GIT_REPOSITORY http://git.timk.fun/onyad/tmuxub.git
|
||||
GIT_TAG origin/main
|
||||
)
|
||||
FetchContent_MakeAvailable(tmuxub)
|
||||
|
||||
FetchContent_Declare(
|
||||
Catch2
|
||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||
GIT_TAG origin/devel
|
||||
)
|
||||
FetchContent_MakeAvailable(Catch2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue