← Back to team overview

kicad-developers team mailing list archive

Re: CMake question - update only one CMakeLists.txt

 

Hi Nick,

It seems that it is not necessary at all call again cmake as I was doing. Just build and make magically will call again cmake?.. 
Any way, I also find that the cmake 2.8.X? have a bug related with this, so now I updated to the version > 3.X

Mario Luzeiro
________________________________________
From: Nick Østergaard [oe.nick@xxxxxxxxx]
Sent: 18 April 2015 16:09
To: Mário Luzeiro
Cc: kicad-developers@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Kicad-developers] CMake question - update only one CMakeLists.txt

Are you using "make rebuild_cache"?  This seems to also be able to
work in on module, like from within the pcbnew folder.

2015-04-18 13:04 GMT+02:00 Mário Luzeiro <mrluzeiro@xxxxx>:
> Hi all,
>
> I am playing a bit.. adding and removing files.. then I need to run cmake again in order to be able to run make
> Is it possible to run cmake just for the "module" (CMakeLists.txt) that we are changing? So it will not rebuild the project all again and only update that part?
>
> Thanks!
> Mario Luzeiro
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


References