kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

2008-04-16 Thread Allen Winter
Howdy, Can someone who knows CMake much better than myself please take a look at kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt? This CMake code has no dependencies and uses execute_process() so that all the commands are re-run each time one builds kdepim. I think it really should

Re: kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

2008-04-16 Thread Alexander Neundorf
On Wednesday 16 April 2008, Allen Winter wrote: > Howdy, > > Can someone who knows CMake much better than myself please take > a look at kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt? > > This CMake code has no dependencies and uses execute_process() > so that al

Re: kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

2008-04-16 Thread Allen Winter
On Wednesday 16 April 2008 16:52:00 Alexander Neundorf wrote: > On Wednesday 16 April 2008, Allen Winter wrote: > > Howdy, > > > > Can someone who knows CMake much better than myself please take > > a look at kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt?

Re: kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

2008-04-16 Thread Alexander Neundorf
konadi_nepomuk_contact_feeder) inside an > > if(NEPOMUK_RESOURCES_GENERATED) ? > > > > Is this optional ? > > I have no idea. I didn't write it. > What's irritating is that the files are regenerated each build, > and that causes unnecessary recompiles. We need

Re: kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

2008-04-17 Thread Allen Winter
; > > > > Can someone who knows CMake much better than myself please take > > > > a look at > > > > kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt? > > > > > > > > This CMake code has no dependencies and uses execute_process() >

Re: kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

2008-04-25 Thread Dirk Mueller
On Thursday 17 April 2008, Alexander Neundorf wrote: > Is there a reason that this has to run at cmake time or would running it > dependency-driven at build time also be ok ? rcgen can fail if it is too old (e.g. the one from KDE 4.0.x does not work, it needs the one from trunk). Greetings, Di