Skip to content

Commit 83011ae

Browse files
committed
Update backwardcpp.
1 parent 517bd24 commit 83011ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/plugins/backtrace_plugin/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ endif()
77
# External dependencies
88
#
99

10-
if(NOT OPTION_BUILD_GUIX)
10+
if(NOT (OPTION_BUILD_GUIX OR BackwardCpp_SOURCE))
1111
include(FetchContent)
1212

1313
FetchContent_Declare(BackwardCpp
14-
GIT_REPOSITORY https://github.com/bombela/backward-cpp
15-
GIT_TAG 94718085efa256fb25a311a46b5948ee0d95890a
14+
GIT_REPOSITORY https://github.com/metacall/backward-cpp
15+
GIT_TAG 0bfd0a07a61551413ccd2ab9a9099af3bad40681
1616
)
1717

1818
FetchContent_MakeAvailable(BackwardCpp)

0 commit comments

Comments
 (0)