Skip to content

Commit

Permalink
Merge branch 'unstable' into fix-misleading-error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed Sep 15, 2024
2 parents 331cb6c + 399961d commit 176d707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/cpptrace.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(cpptrace
jeremy-rifkin/cpptrace v0.7.0
MD5=d897c48f5bf96134109f7e6716f2fd31
jeremy-rifkin/cpptrace v0.7.1
MD5=8b62f5d3033ab59146cb1fd3ca89d859
)

if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")
Expand Down
4 changes: 2 additions & 2 deletions cmake/pegtl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubTarWithMirror(pegtl
taocpp/PEGTL 3.2.7
MD5=31b14660c883bc0489ddcdfbd29199c9
taocpp/PEGTL 3.2.8
MD5=50339029d1bb037909b28c382214033e
)

FetchContent_MakeAvailableWithArgs(pegtl)

0 comments on commit 176d707

Please sign in to comment.