PageFaultHandler: Simplifications

This commit is contained in:
Stenzek
2024-05-25 16:49:24 +10:00
parent b4b579d2b1
commit 0240ea8b49
4 changed files with 68 additions and 98 deletions

View File

@ -54,10 +54,7 @@ if(LINUX)
endif()
if(NOT WIN32 AND NOT APPLE)
find_package(Libbacktrace)
if(NOT LIBBACKTRACE_FOUND)
message(WARNING "libbacktrace not found, crashes will not produce backtraces.")
endif()
find_package(Libbacktrace REQUIRED)
endif()
if(APPLE)