Skip to content

Commit

Permalink
Bump version of Tracy from v0.9.1 to v0.11.1 (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Jan 29, 2025
1 parent 3659403 commit 3eecf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sofa/framework/Config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ endif()
## Tracy
option(SOFA_TRACY "Compile SOFA with the Tracy profiler client" OFF)
if (SOFA_TRACY)
set(SOFA_TRACY_VERSION v0.9.1)
set(SOFA_TRACY_VERSION v0.11.1)
include(FetchContent)
option(TRACY_STATIC "Whether to build Tracy as a static library" OFF)
FetchContent_Declare (
Expand Down

0 comments on commit 3eecf8f

Please sign in to comment.