From a5274227bc1a8d4bd2ba0e26daaaf3a7dda70f97 Mon Sep 17 00:00:00 2001 From: Vladyslav Baranovskyi Date: Mon, 3 Jun 2024 18:39:49 +0300 Subject: [PATCH] Fixed bug with tracy client protocol incompatibility --- 3rdParty/tracy/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )