mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Fix CMake FetchContent documentation GIT_TAG
This commit is contained in:
parent
b7ecd95b04
commit
13b4bb65d2
@ -97,7 +97,7 @@ include(FetchContent)
|
|||||||
|
|
||||||
FetchContent_Declare(qtpromise
|
FetchContent_Declare(qtpromise
|
||||||
GIT_REPOSITORY https://github.com/simonbrunel/qtpromise.git
|
GIT_REPOSITORY https://github.com/simonbrunel/qtpromise.git
|
||||||
GIT_TAG origin/v0.6.0
|
GIT_TAG v0.6.0
|
||||||
GIT_SHALLOW true
|
GIT_SHALLOW true
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -207,5 +207,5 @@ download(url).then(&uncompress).then([](const Entries& entries) {
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `MalformedException` in the example above is thrown from a QtConcurrent thread and should
|
Note that `MalformedException` in the example above is thrown from a QtConcurrent thread and should
|
||||||
meet [specific conditions](qtconcurrent.md#error).
|
meet [specific conditions](qtconcurrent.md#error).
|
||||||
|
Loading…
Reference in New Issue
Block a user