From 0aef8c30887703b77efb96b391b19e6f741cfeba Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:28:58 -0500 Subject: [PATCH] Use the dev version of cpptrace --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd4a2276..e15591df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ else() FetchContent_Declare( cpptrace GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git - GIT_TAG v0.2.1 + GIT_TAG 8297d234f60127bec173af8fec87ba4b93975566 ) FetchContent_MakeAvailable(cpptrace) endif()