Skip to content

Commit

Permalink
Try a dev tag with a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Sep 7, 2024
1 parent 57a6fcb commit 0290048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(
)

set(ARCH "x86_64" CACHE STRING "Architecture to build for.")
set(CPPTRACE_TAG "v0.7.0" CACHE STRING "Cpptrace git tag")
set(CPPTRACE_TAG "4f94f20d4159c3708d74079ba7760b890950da7c" CACHE STRING "Cpptrace git tag") # dev tag, post-v0.7.0

include(FetchContent)
FetchContent_Declare(
Expand Down

0 comments on commit 0290048

Please sign in to comment.