From 046b23f3a1baad969105b8f45a50fa7e143d8ef6 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:54:57 -0500 Subject: [PATCH] Try again --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b28460..a84d059 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 ec350951d60bf8b860fa9e1ea21825cfc039f9ed # v0.8.0 + GIT_TAG c51a32a893f586de2aae467ffd510e27d7e910e5 # v0.8.0 GIT_SHALLOW 1 ) FetchContent_MakeAvailable(libdwarf)