Skip to content

Commit dd1e3f8

Browse files
authored
[FFI][CMAKE] Add missing download path for libbacktrace (#18246)
1 parent 335bc16 commit dd1e3f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ffi/cmake/Utils/AddLibbacktrace.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ function(_libbacktrace_compile)
3333

3434
ExternalProject_Add(project_libbacktrace
3535
PREFIX libbacktrace
36+
GIT_REPOSITORY "https://github.com/ianlancetaylor/libbacktrace.git"
37+
GIT_TAG "793921876c981ce49759114d7bb89bb89b2d3a2d"
3638
SOURCE_DIR ${_libbacktrace_source}
3739
BINARY_DIR ${_libbacktrace_prefix}
3840
CONFIGURE_COMMAND

0 commit comments

Comments
 (0)