Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ endif()

# Add echion
set(ECHION_COMMIT
"3ebeb3e975239f252fa0d6bb739344f35eaf1657" # https://github.com/kowalskithomas/echion/commit/3ebeb3e975239f252fa0d6bb739344f35eaf1657
"7aba159c5de3c7772225f282283df61724966fd5" # https://github.com/taegyunkim/echion/commit/7aba159c5de3c7772225f282283df61724966fd5
CACHE STRING "Commit hash of echion to use")
FetchContent_Declare(
echion
GIT_REPOSITORY "https://github.com/P403n1x87/echion.git"
GIT_REPOSITORY "https://github.com/taegyunkim/echion.git"
GIT_TAG ${ECHION_COMMIT})
FetchContent_GetProperties(echion)

Expand Down
Loading