Allow usage of mirrors for all dependencies
This commit is contained in:
6
3rdParty/ftxui/CMakeLists.txt
vendored
6
3rdParty/ftxui/CMakeLists.txt
vendored
@@ -1,9 +1,13 @@
|
||||
include(FetchContent)
|
||||
|
||||
if(NOT DEFINED FTXUI_REPO)
|
||||
set(FTXUI_REPO https://github.com/ArthurSonzogni/ftxui.git)
|
||||
endif ()
|
||||
|
||||
FetchContent_Declare(
|
||||
ftxui
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui.git
|
||||
GIT_REPOSITORY ${FTXUI_REPO}
|
||||
GIT_TAG v5.0.0
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user