From 3a8ffd66ca83b83f89bebda4cec8672ee9d48f8d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 17 Apr 2019 23:59:10 +0100 Subject: [PATCH] Disable kicad2step test until compile issues are fixed. (Is this perhaps because I don't have OCE enabled so the main kicad2step files aren't being built?) --- qa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt index 7ebada410a..95419cd156 100644 --- a/qa/CMakeLists.txt +++ b/qa/CMakeLists.txt @@ -46,7 +46,7 @@ add_subdirectory( pcbnew ) add_subdirectory( eeschema ) add_subdirectory( libs ) -add_subdirectory( utils/kicad2step ) +# add_subdirectory( utils/kicad2step ) # Utility/debugging/profiling programs add_subdirectory( common_tools )