We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6fc12 commit b527d76Copy full SHA for b527d76
ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt
@@ -56,11 +56,11 @@ endif()
56
57
# Add echion
58
set(ECHION_COMMIT
59
- "43432c5c0a89617b06533215a15d0d6ffbbfd02b" # https://github.com/P403n1x87/echion/commit/43432c5c0a89617b06533215a15d0d6ffbbfd02b
+ "c65edc6a2fb06f034bad747cd108015e096d4a0c" # https://github.com/kowalskithomas/echion/commit/c65edc6a2fb06f034bad747cd108015e096d4a0c
60
CACHE STRING "Commit hash of echion to use")
61
FetchContent_Declare(
62
echion
63
- GIT_REPOSITORY "https://github.com/P403n1x87/echion.git"
+ GIT_REPOSITORY "https://github.com/kowalskithomas/echion.git"
64
GIT_TAG ${ECHION_COMMIT})
65
FetchContent_GetProperties(echion)
66
0 commit comments