Remove Backtrace as it is not actually needed
This commit is contained in:
parent
dac1c2d4fe
commit
b6fa1f5f0b
|
@ -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