Skip to content

Commit

Permalink
fix(ci): fix circle-ci issue (#7734)
Browse files Browse the repository at this point in the history
CMake version differences, this line was cargo-culted anyway.
  • Loading branch information
ludamad authored Aug 2, 2024
1 parent 49c616f commit 76acff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion barretenberg/cpp/cmake/tracy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ set(CMAKE_THREAD_LIBS_INIT "-lpthread")
FetchContent_Declare(tracy
GIT_REPOSITORY https://github.com/wolfpld/tracy
GIT_TAG ffb98a972401c246b2348fb5341252e2ba855d00
SYSTEM # optional, the tracy include directory will be treated as system directory
)
FetchContent_MakeAvailable(tracy)

0 comments on commit 76acff9

Please sign in to comment.