From c0992a938631d0c2811690ffe7a46f25417c6fed Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 4 Aug 2012 13:47:24 +0200 Subject: [PATCH] Remove Kbool from Kicad. Use Clipper instead, last changes --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81be2b1b93..d59751db2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,11 +55,11 @@ option(KICAD_SCRIPTING option(KICAD_SCRIPTING_MODULES "set this option ON to build kicad modules that can be used from scripting languages" ) - + option(KICAD_SCRIPTING_WXPYTHON "set this option ON to build wxpython implementation for wx interface building in python and py.shell" ) - + #Set version option (stable or testing) @@ -314,7 +314,6 @@ add_subdirectory(gerbview) add_subdirectory(kicad) add_subdirectory(pcbnew) add_subdirectory(polygon) -add_subdirectory(polygon/kbool/src) add_subdirectory(potrace) add_subdirectory(bitmap2component) add_subdirectory(pcb_calculator)