update tracy to v0.13.1
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user