From f52da8ed969d63eb945be7abb6ba57ccc51ed758 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 d6e7358209..bd32871d62 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 registered 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)"