Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Jun 9, 2024
1 parent c42ee7e commit 6193f87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/cpptrace.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ FetchContent_DeclareGitHubWithMirror(cpptrace
MD5=924df247ba4a151d243130060c2c0a04
)

FetchContent_MakeAvailableWithArgs(cpptrace)
FetchContent_MakeAvailableWithArgs(cpptrace
CPPTRACE_GET_SYMBOLS_WITH_LIBBACKTRACE=ON
)

0 comments on commit 6193f87

Please sign in to comment.