From edb7cd60e5071631d26b08fd768684023823c7d2 Mon Sep 17 00:00:00 2001 From: Brian Sidebotham Date: Tue, 9 Sep 2014 19:18:54 +0100 Subject: [PATCH] * Fix error in BZR5125 - removed check for wxWidgets AUI library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eac5fa5068..1cef80fdb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -508,7 +508,7 @@ set( wxWidgets_CONFIG_OPTIONS --static=no ) if( APPLE AND ( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES OR KICAD_SCRIPTING_WXPYTHON) ) find_package( wxWidgets COMPONENTS gl adv html core net base xml QUIET ) else() - find_package( wxWidgets COMPONENTS gl adv html core net base xml QUIET ) + find_package( wxWidgets COMPONENTS gl aui adv html core net base xml QUIET ) endif() if( NOT (KICAD_BUILD_STATIC OR KICAD_BUILD_DYNAMIC) )