Merge branch 'main' into dev

This commit is contained in:
Jeremy 2024-01-14 02:53:59 -06:00
commit 4743e95988
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -412,7 +412,7 @@ if(CPPTRACE_UNWIND_WITH_LIBUNWIND)
if(NOT libunwind_FOUND)
# set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON)
# set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB32_PATHS ON)
find_path(LIBUNWIND_INCLUDE_DIR NAMES "libunwind.h")
find_path(LIBUNWIND_INCLUDE_DIRS NAMES "libunwind.h")
find_library(LIBUNWIND NAMES unwind libunwind libunwind8 libunwind.so.8 REQUIRED PATHS "/usr/lib/x86_64-linux-gnu/")
if(LIBUNWIND)
set(libunwind_FOUND TRUE)