Skip to content

Commit 041f0e9

Browse files
authored
Update CMakeLists.txt
1 parent a1943a9 commit 041f0e9

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.1" CACHE STRING "Cpptrace git tag") # dev tag, post-v0.7.0
10+
set(CPPTRACE_TAG "06eb15bda66c5d060f45740b179e80be8e355645" CACHE STRING "Cpptrace git tag") # dev tag, post-v0.7.0
1111

1212
include(FetchContent)
1313
FetchContent_Declare(

0 commit comments

Comments
 (0)