Browse Source

Update description of build options

Commit 93683d0021 changed the default build
options but did not update their description.
pull/13/head
Marcus A 7 years ago
committed by Maciej Suminski
parent
commit
0dcc26f866
  1. 4
      CMakeLists.txt

4
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

Loading…
Cancel
Save