kdepim/akonadi/agents/nepomuk_contact_feeder/CMakeLists.txt

Alexander Neundorf neundorf at kde.org
Wed Apr 16 22:52:00 CEST 2008


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 all the commands are re-run each time one builds kdepim.
>
> I think it really should use add_custom_command() instead, but that
> doesn't support RESULT_VARIABLE or ERROR_QUIET.. so I'm stumped.
>
> Alex maybe? pretty please?
> -Allen

Why can that fail, or, why is 
kde4_add_executable(akonadi_nepomuk_contact_feeder) inside an
if(NEPOMUK_RESOURCES_GENERATED) ?

Is this optional ?

Alex


More information about the Kde-buildsystem mailing list