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 517bd24 commit 83011aeCopy full SHA for 83011ae
source/plugins/backtrace_plugin/CMakeLists.txt
@@ -7,12 +7,12 @@ endif()
7
# External dependencies
8
#
9
10
-if(NOT OPTION_BUILD_GUIX)
+if(NOT (OPTION_BUILD_GUIX OR BackwardCpp_SOURCE))
11
include(FetchContent)
12
13
FetchContent_Declare(BackwardCpp
14
- GIT_REPOSITORY https://github.com/bombela/backward-cpp
15
- GIT_TAG 94718085efa256fb25a311a46b5948ee0d95890a
+ GIT_REPOSITORY https://github.com/metacall/backward-cpp
+ GIT_TAG 0bfd0a07a61551413ccd2ab9a9099af3bad40681
16
)
17
18
FetchContent_MakeAvailable(BackwardCpp)
0 commit comments