From 8842da13087e8331bb37e04653782fe33c8650bf Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 4 Aug 2017 17:22:36 +0200 Subject: o Don't mark Silk.pdf as an expected output after it was removed from the output. --- cmake/kicad_pcb_plot.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/kicad_pcb_plot.cmake b/cmake/kicad_pcb_plot.cmake index 4e55420..2dfc1fb 100644 --- a/cmake/kicad_pcb_plot.cmake +++ b/cmake/kicad_pcb_plot.cmake @@ -41,8 +41,7 @@ function(kicad_pcb_plot) "${pdf_prefix}-F.Mask.pdf" "${pdf_prefix}-F.Paste.pdf" "${pdf_prefix}-F.Silk.pdf" - "${pdf_prefix}-Layout.pdf" - "${pdf_prefix}-Silk.pdf") + "${pdf_prefix}-Layout.pdf") # message(STATUS "kicad_pcb_plot: pcb_file: ${pcb_file}") # message(STATUS "kicad_pcb_plot: out_dir: ${out_dir}") -- cgit v1.2.3