From 45f6f8b30505ba365fb2e79fc6129a1d39f95d65 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 22 Sep 2016 09:26:13 -0500 Subject: [PATCH] Remove experimental code added during swig work. --- CMakeLists.txt | 2 +- pcbnew/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ff860bcd2..0581c9e7a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 033f47d1ea..a692cb40ee 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -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 )