From 04d058d60a97f1e4611576eb56baaae69bce2871 Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Thu, 25 Feb 2021 00:36:51 +0100 Subject: [PATCH] qa: don't enable the P&S hacktool build by default --- qa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt index ca3eda8bfd..bfad8558a2 100644 --- a/qa/CMakeLists.txt +++ b/qa/CMakeLists.txt @@ -60,5 +60,5 @@ add_subdirectory( drc_proto ) add_subdirectory( common_tools ) add_subdirectory( pcbnew_tools ) -add_subdirectory( pns ) +# add_subdirectory( pns )