Skip to content

Commit

Permalink
Bump cpptrace to latest dev build to better handle partial aranges
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Dec 6, 2023
1 parent 4a3fa62 commit 5cdbfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ endif()
# ---- Project Dependencies ----

set(ASSERT_MAGIC_ENUM_REPO "https://github.com/Neargye/magic_enum.git")
set(ASSERT_MAGIC_ENUM_TAG "e55b9b54d5cf61f8e117cafb17846d7d742dd3b4") # hash for v0.9.5
set(ASSERT_MAGIC_ENUM_TAG "e55b9b54d5cf61f8e117cafb17846d7d742dd3b4") # v0.9.5

set(ASSERT_CPPTRACE_REPO "https://github.com/jeremy-rifkin/cpptrace.git")
set(ASSERT_CPPTRACE_TAG "e1f91f18774d04d05bfbd1b37306b87573b4a99c") # hash for v0.3.1
set(ASSERT_CPPTRACE_TAG "e8fd01bbe12f827cb34f9baa8260670554f93294") # v0.3.1 + dev

# obtain cpptrace
if(ASSERT_USE_EXTERNAL_CPPTRACE)
Expand Down

0 comments on commit 5cdbfdb

Please sign in to comment.