diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/kicad_pcb_plot.cmake | 3 |
1 files changed, 1 insertions, 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}") |