From faea88265d1404713b2a9a67f3df6448fca304a8 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:44:19 -0500 Subject: [PATCH] Bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf0ccf2..5b28460 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -316,7 +316,7 @@ if(CPPTRACE_GET_SYMBOLS_WITH_LIBDWARF) FetchContent_Declare( libdwarf GIT_REPOSITORY https://github.com/jeremy-rifkin/libdwarf-code.git - GIT_TAG 8b163d80aa30afd37027e826f6e8becd8e62ee2f # v0.8.0 + GIT_TAG ec350951d60bf8b860fa9e1ea21825cfc039f9ed # v0.8.0 GIT_SHALLOW 1 ) FetchContent_MakeAvailable(libdwarf)