Fix CMake FetchContent documentation GIT_TAG

This commit is contained in:
Simon Brunel 2020-10-01 22:48:20 +02:00
parent b7ecd95b04
commit 13b4bb65d2

View File

@ -97,7 +97,7 @@ include(FetchContent)
FetchContent_Declare(qtpromise
GIT_REPOSITORY https://github.com/simonbrunel/qtpromise.git
GIT_TAG origin/v0.6.0
GIT_TAG v0.6.0
GIT_SHALLOW true
)