Update mainpage.md

Fixed: https://github.com/ArthurSonzogni/FTXUI/issues/812
This commit is contained in:
Arthur Sonzogni 2024-01-25 11:56:25 +01:00 committed by ArthurSonzogni
parent c8c3f8311e
commit fed24da54e
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -67,6 +67,7 @@ set(FETCHCONTENT_UPDATES_DISCONNECTED TRUE)
FetchContent_Declare(ftxui
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
# Important: Specify a GIT_TAG XXXXX here.
GIT_TAG main
)
FetchContent_GetProperties(ftxui)