From b167c41d1bb7fcd885125be0fe646dba89d32516 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 21 Aug 2018 12:50:52 -0400 Subject: [PATCH] Pcbnew: enable scripting action menu build option by default. Fixes lp:1783690 https://bugs.launchpad.net/kicad/+bug/1783690 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aefdf3a80b..68566ac554 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,8 +79,8 @@ option( KICAD_SCRIPTING_WXPYTHON ON ) option( KICAD_SCRIPTING_ACTION_MENU - "Build a tools menu with registred python plugins: actions plugins (default OFF)." - ) + "Build a tools menu with registered python plugins: actions plugins (default ON)." + ON ) option( KICAD_USE_OCE "Build tools and plugins related to OpenCascade Community Edition (default ON)"