Skip to content

Commit

Permalink
Merge branch '2.7' into backport-9272-to-2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon authored May 28, 2024
2 parents ffecbec + fb46815 commit b05e334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ if (NOT Python3_INCLUDE_DIRS)
endif()

# Add echion
set(ECHION_COMMIT "d69048b63e7d49091659964915eb52ff0ced9fc8" CACHE STRING "Commit hash of echion to use")
FetchContent_Declare(
echion
GIT_REPOSITORY "https://github.com/sanchda/echion.git"
GIT_TAG "sanchda/more_rendering"
GIT_TAG ${ECHION_COMMIT}
)
FetchContent_GetProperties(echion)
if(NOT echion_POPULATED)
Expand Down

0 comments on commit b05e334

Please sign in to comment.