Remove experimental code added during swig work.

This commit is contained in:
Dick Hollenbeck 2016-09-22 09:26:13 -05:00 committed by Wayne Stambaugh
parent 8b8626ceeb
commit 45f6f8b305
2 changed files with 1 additions and 3 deletions

View File

@ -56,7 +56,7 @@ option( KICAD_SCRIPTING
)
option( KICAD_SCRIPTING_MODULES
"Build KiCad Python modules that can be used from scripting languages (default OFF)."
"Build native portion of the pcbnew Python module: _pcbnew.{pyd,so} for OS command line use of Python."
)
option( KICAD_SCRIPTING_WXPYTHON

View File

@ -5,8 +5,6 @@ add_subdirectory(router)
# psnrouter depends on make_lexer outputs in common (bug # 1285878 )
add_dependencies( pnsrouter pcbcommon )
set( WXPYTHON_SWIG_DIR /usr/include/wx-3.0/wx/wxPython/i_files )
if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES )
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/scripting )