update tracy to v0.13.1

This commit is contained in:
2026-03-12 20:15:37 +01:00
parent 3230d806f7
commit 6248c10a25
3 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ endif()
if(NOT DISABLE_TRACY)
FetchContent_Declare(tracy
GIT_REPOSITORY https://github.com/wolfpld/tracy.git
GIT_TAG v0.11.1
GIT_TAG v0.13.1
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
)
@ -144,4 +144,4 @@ if(supported)
set_property(TARGET masssprings PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
else()
message("-- IPO/LTO: Disabled")
endif()
endif()