mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-05 00:35:24 +08:00
Fix CMake FetchContent documentation GIT_TAG
This commit is contained in:
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user