Fixed bug with tracy client protocol incompatibility

This commit is contained in:
Vladyslav Baranovskyi
2024-06-03 18:39:49 +03:00
parent f4dfebdfe4
commit a5274227bc

View File

@@ -8,7 +8,7 @@ FetchContent_Declare (
tracy tracy
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
GIT_REPOSITORY ${TRACY_REPO} GIT_REPOSITORY ${TRACY_REPO}
GIT_TAG master GIT_TAG v0.10
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
) )