Update git repository URL

This commit is contained in:
Olivier Goffart 2022-02-08 08:26:21 +01:00
parent 28dd8f6294
commit 00ff5e21a7
62 changed files with 103 additions and 103 deletions

View file

@ -19,7 +19,7 @@ project(my_application LANGUAGES CXX)
include(FetchContent)
FetchContent_Declare(
Slint
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_REPOSITORY https://github.com/slint-ui/slint.git
GIT_TAG v0.1.6
SOURCE_SUBDIR api/cpp
)