← Back to team overview

kicad-developers team mailing list archive

Re: problem when compiling kicad with -DMAINTAIN_PNGS=ON

 


On 16/09/2011 1:39 a.m., Dick Hollenbeck wrote:
>
> You need to have the PNGs in such a situation.  Nothing to fix, nothing is broken.
>
> But thereafter, simply run make, not cmake.
>
>
> Dick

To elaborate, cmake keeps a cache of its settings in the build directory
and the makefile it generates will check for changes in CMakeLists.txt
and re-run cmake if necessary... automatically.

So after setting up your build directory you only run 'make' and
everything get's taken care of.

Hauptmech


References