Skip to content

Commit dd5d904

Browse files
experimental: use pmr containers
1 parent ce216ac commit dd5d904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ endif()
4949

5050
# Add echion
5151
set(ECHION_COMMIT
52-
"1b02a8fcccaa4b748b494f3c3177b78be6503967" # https://github.com/P403n1x87/echion/commit/1b02a8fcccaa4b748b494f3c3177b78be6503967
52+
"e704171963c5d7822201b7ca71e88aea2ca62e14" # https://github.com/kowalskithomas/echion/commit/e704171963c5d7822201b7ca71e88aea2ca62e14
5353
CACHE STRING "Commit hash of echion to use")
5454
FetchContent_Declare(
5555
echion
56-
GIT_REPOSITORY "https://github.com/P403n1x87/echion.git"
56+
GIT_REPOSITORY "https://github.com/kowalskithomas/echion.git"
5757
GIT_TAG ${ECHION_COMMIT})
5858
FetchContent_GetProperties(echion)
5959

0 commit comments

Comments
 (0)