From b6fa1f5f0b12abd0d95c5f6ec4c892d49cba3e7c Mon Sep 17 00:00:00 2001 From: JDV Date: Mon, 18 Jul 2016 14:40:44 -0600 Subject: [PATCH] Remove Backtrace as it is not actually needed --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91e4dbc89e..776153cf34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()