Merge pull request #4028 from clinchergt/remove-backtrace-requirement
Remove Backtrace requirement as it is not needed for building Dolphin
This commit is contained in:
commit
d5bc3c9a12
|
@ -902,7 +902,8 @@ if(NOT DISABLE_WX)
|
|||
# Check for required libs
|
||||
check_lib(GTHREAD2 gthread-2.0 gthread-2.0 glib/gthread.h REQUIRED)
|
||||
check_lib(PANGOCAIRO pangocairo pangocairo pango/pangocairo.h REQUIRED)
|
||||
find_package(Backtrace REQUIRED)
|
||||
|
||||
find_package(Backtrace)
|
||||
elseif(WIN32)
|
||||
add_definitions(-D__WXMSW__)
|
||||
else()
|
||||
|
|
Loading…
Reference in New Issue