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 ce216ac commit dd5d904Copy full SHA for dd5d904
ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt
@@ -49,11 +49,11 @@ endif()
49
50
# Add echion
51
set(ECHION_COMMIT
52
- "1b02a8fcccaa4b748b494f3c3177b78be6503967" # https://github.com/P403n1x87/echion/commit/1b02a8fcccaa4b748b494f3c3177b78be6503967
+ "e704171963c5d7822201b7ca71e88aea2ca62e14" # https://github.com/kowalskithomas/echion/commit/e704171963c5d7822201b7ca71e88aea2ca62e14
53
CACHE STRING "Commit hash of echion to use")
54
FetchContent_Declare(
55
echion
56
- GIT_REPOSITORY "https://github.com/P403n1x87/echion.git"
+ GIT_REPOSITORY "https://github.com/kowalskithomas/echion.git"
57
GIT_TAG ${ECHION_COMMIT})
58
FetchContent_GetProperties(echion)
59
0 commit comments