Same as v6.0.0.

Due to a problem tag v6.0.0 was replaced. This isn't a good practice and affect
developers that started using it in the short timeframe. Submitting a new
release with the same content is the best way to fix this.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/1017
Bug:https://github.com/ArthurSonzogni/FTXUI/issues/1019
This commit is contained in:
ArthurSonzogni
2025-03-28 12:08:59 +01:00
parent 327f43b175
commit ee24bec3ba
3 changed files with 16 additions and 4 deletions

View File

@@ -372,7 +372,7 @@ include(FetchContent)
FetchContent_Declare(ftxui
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
GIT_TAG v6.0.0
GIT_TAG v6.0.1
)
FetchContent_GetProperties(ftxui)