Re: [Kicad-developers] [PATCH] List Boost as a dependency for kicad2step

2019-04-15 Thread John Beard
Hi Simon, Thanks for catching. Pushed to both branches. Cheers, John On Mon, Apr 15, 2019 at 11:35 PM Simon Richter wrote: > > > This is not technically correct (the Boost dependency is introduced through > libcommon), but less invasive as it doesn't pull in libcommon on the linker > command

[Kicad-developers] [PATCH] List Boost as a dependency for kicad2step

2019-04-15 Thread Simon Richter
This is not technically correct (the Boost dependency is introduced through libcommon), but less invasive as it doesn't pull in libcommon on the linker command line. --- utils/kicad2step/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git