diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-08-04 17:22:36 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-08-04 17:22:36 +0200 |
commit | 8842da13087e8331bb37e04653782fe33c8650bf (patch) | |
tree | 635bdd15a3e9ccba2184f69e61748668d20ab969 | |
parent | 81404628cda007eadb17c71f472c3ca251ab0a0a (diff) | |
download | kicad-utils-8842da13087e8331bb37e04653782fe33c8650bf.tar.gz kicad-utils-8842da13087e8331bb37e04653782fe33c8650bf.tar.bz2 kicad-utils-8842da13087e8331bb37e04653782fe33c8650bf.tar.xz kicad-utils-8842da13087e8331bb37e04653782fe33c8650bf.zip |
o Don't mark Silk.pdf as an expected output after it was removed from the output.
-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}") |