[CMake] Dependency bug in cmake with a custom-command

Brad King brad.king at kitware.com
Fri Aug 13 14:09:21 EDT 2010


On 08/11/2010 07:04 PM, Andreas Pakulat wrote:
> On 11.08.10 16:07:21, Brad King wrote:
>> This is what causes the header to be generated before dependencies
>> are scanned (as you observed in the quote above).  I do not think
>> anything in the kdereviewboard target can compile before the above
>> steps run.
>>
>> What source file is it compiling when it fails to find the header?
> 
> reviewpatchdialog.cpp which has #include "ui_reviewpatch.h"
> 
>> In what target is its object file?
> 
> kdevreviewboard is the target with the .cpp:

I'd like to try to reproduce this.  What projects do I need to clone?

-Brad


More information about the CMake mailing list