Skip to content

Commit 0290048

Browse files
committed
Try a dev tag with a fix
1 parent 57a6fcb commit 0290048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(
77
)
88

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

1212
include(FetchContent)
1313
FetchContent_Declare(

0 commit comments

Comments
 (0)