This commit is contained in:
Jeremy 2023-11-06 15:44:19 -05:00
parent 781c30f63f
commit faea88265d
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -316,7 +316,7 @@ if(CPPTRACE_GET_SYMBOLS_WITH_LIBDWARF)
FetchContent_Declare(
libdwarf
GIT_REPOSITORY https://github.com/jeremy-rifkin/libdwarf-code.git
GIT_TAG 8b163d80aa30afd37027e826f6e8becd8e62ee2f # v0.8.0
GIT_TAG ec350951d60bf8b860fa9e1ea21825cfc039f9ed # v0.8.0
GIT_SHALLOW 1
)
FetchContent_MakeAvailable(libdwarf)