* Fix error in BZR5125 - removed check for wxWidgets AUI library

This commit is contained in:
Brian Sidebotham 2014-09-09 19:18:54 +01:00
parent c5681a3278
commit edb7cd60e5
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ set( wxWidgets_CONFIG_OPTIONS --static=no )
if( APPLE AND ( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES OR KICAD_SCRIPTING_WXPYTHON) ) 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 ) find_package( wxWidgets COMPONENTS gl adv html core net base xml QUIET )
else() 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() endif()
if( NOT (KICAD_BUILD_STATIC OR KICAD_BUILD_DYNAMIC) ) if( NOT (KICAD_BUILD_STATIC OR KICAD_BUILD_DYNAMIC) )