mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 01:05:46 -04:00
PageFaultHandler: Simplifications
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user