← Back to team overview

kicad-developers team mailing list archive

problem when compiling kicad with -DMAINTAIN_PNGS=ON

 

Hello,
following there steps:

bzr branch lp:kicad kicad
bzr branch kicad kicad_exp
cd kicad_exp
mkdir build
cd build
cmake ../ -DKICAD_TESTING_VERSION=ON -DCMAKE_BUILD_TYPE=Debug -DMAINTAIN_PNGS=ON
make -j 4

it cause the whole PNG set (and relative .cpp) to get rebuilt. I guess
this should not happen but instead rebuilding should happen only when
new .svg files are made.

I am pretty sure I do not know CMake enough to fix this. Would be
great if somebody could help.

cheers
Fabrizio
PS a side question, when something like this happen, how do I create a
bzr patch that does not contain the unwanted directory (like
bitmaps_png)?


Follow ups