diff --git a/3rdParty/tracy/CMakeLists.txt b/3rdParty/tracy/CMakeLists.txt index e1c43ba..89fa0ea 100644 --- a/3rdParty/tracy/CMakeLists.txt +++ b/3rdParty/tracy/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare ( tracy EXCLUDE_FROM_ALL GIT_REPOSITORY ${TRACY_REPO} - GIT_TAG master + GIT_TAG v0.10 GIT_SHALLOW TRUE GIT_PROGRESS TRUE )