Enable building the footprint library table as the default.

This commit is contained in:
Wayne Stambaugh 2013-12-08 09:06:55 -05:00
parent aef48d2716
commit 8316477638
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ option( KICAD_SCRIPTING_WXPYTHON
# python binary file should be is exec path.
option( USE_FP_LIB_TABLE "Use the new footprint library table implementation. ( default OFF)" )
option( USE_FP_LIB_TABLE "Use the new footprint library table implementation. ( default OFF)" ON )
option( BUILD_GITHUB_PLUGIN "Build the GITHUB_PLUGIN for pcbnew." OFF )