Update tag from v2.0.0 to v3.0.0 for cmake fetch (#429)

This commit is contained in:
Jason Turner 2022-07-01 01:15:58 -06:00 committed by GitHub
parent ef0f1da147
commit 0abaab6268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,7 +351,7 @@ include(FetchContent)
FetchContent_Declare(ftxui
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
GIT_TAG v2.0.0
GIT_TAG v3.0.0
)
FetchContent_GetProperties(ftxui)