Merge remote-tracking branch 'origin/tracy-fix' into integration_2026_w07 (!3922)

Fix and update tracy tag to v0.13.1
This commit is contained in:
Robert Schmidt
2026-02-12 11:57:03 +01:00

View File

@@ -352,7 +352,7 @@ add_boolean_option(TRACY_ENABLE OFF "Enable tracy instrumentation" ON)
if (TRACY_ENABLE)
# the tracy version here should match the tracy server version
# below is latest release as of this commit
CPMAddPackage("gh:wolfpld/tracy#0.12.2")
CPMAddPackage("gh:wolfpld/tracy#v0.13.1")
endif()
set (OCP_ITTI ${OPENAIR_DIR}/common/utils/ocp_itti)