We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37475e commit a81fb23Copy full SHA for a81fb23
CMakeLists.txt
@@ -8,7 +8,9 @@ if (NOT Slint_FOUND)
8
FetchContent_Declare(
9
Slint
10
GIT_REPOSITORY https://github.com/slint-ui/slint.git
11
- GIT_TAG release/0.3
+ # `release/1` will auto-upgrade to the latest Slint >= 1.0.0 and < 2.0.0
12
+ # `release/1.0` will auto-upgrade to the latest Slint >= 1.0.0 and < 1.1.0
13
+ GIT_TAG release/1
14
SOURCE_SUBDIR api/cpp
15
)
16
FetchContent_MakeAvailable(Slint)
0 commit comments