From 0dcc26f86614d33939a392b04bbf388b71c57eea Mon Sep 17 00:00:00 2001 From: Marcus A Date: Sat, 21 Jul 2018 08:10:24 +0200 Subject: [PATCH] Update description of build options Commit 93683d0021c4f592f929e9785abeda9d169ba03b changed the default build options but did not update their description. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbc438c78c..3fa8908939 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ option( USE_WX_OVERLAY "Use wxOverlay: Always ON for MAC (default OFF). Warning, this is experimental" ) option( KICAD_SCRIPTING - "Build the Python scripting support inside KiCad binaries (default OFF)." + "Build the Python scripting support inside KiCad binaries (default ON)." ON ) option( KICAD_SCRIPTING_MODULES @@ -68,7 +68,7 @@ option( KICAD_SCRIPTING_MODULES ON ) option( KICAD_SCRIPTING_WXPYTHON - "Build wxPython implementation for wx interface building in Python and py.shell (default OFF)." + "Build wxPython implementation for wx interface building in Python and py.shell (default ON)." ON ) option( KICAD_SCRIPTING_ACTION_MENU