From 5d21c2d3001fafe708fe243a1f29bdbb479ed0fa Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sun, 8 Dec 2013 09:06:55 -0500 Subject: [PATCH] Enable building the footprint library table as the default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f72329925..ae966750e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )