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