Re: [Kicad-developers] Conan Package Manager replacing copied third party sources

2022-01-05 Thread Mark Roszko
The existence of the `thirdparty` folder is purely because we want a locked-in time snapshot of sources with numerous bugfixes we make over time. We don't want upstream packages because upstream is either dead, or too much of a pain to deal with. > It eases version control and reduces the cmake pa

[Kicad-developers] Conan Package Manager replacing copied third party sources

2022-01-05 Thread Timo Werner
Hi! I'm new here, so please excuse if this question was already answered. I couldn't find anything on the mailing list. I recently made some good experiences with the conan package manager. It eases version control and reduces the cmake package finding process. I'd like to ask whether someone t