[CMake] dependency checking

Juan Sanchez Juan.Sanchez at amd.com
Thu Aug 9 13:51:52 EDT 2007


The problem still exists after adding the PROPERTIES keyword.

Thanks,

Juan

Alexander Neundorf wrote:
> On Thursday 09 August 2007 13:32, you wrote:
>> Hi Bill,
>>
>> I ran a test and figured out what is triggering the problem.  The
>> problem is that I have SET_SOURCE_FILES_PROPERTIES which operates on
>> ${SRCS}.  By adding to ${SRCS} it triggers the rebuild of all of the
>> files listed, and not just of the one I added.
>>
>> If I comment out SET_SOURCE_FILES_PROPERTIES, I can add or remove files
>> from ${SRCS} without retriggering costly rebuilds.
> ...
>> SET_SOURCE_FILES_PROPERTIES (
>>   ${SRCS}
>>   COMPILE_FLAGS "-Wall"
>> )
> 
> I didn't test, but here the PROPERTIES keyword is missing. Is it just a copy'n 
> paste error or does it still happen if you insert it ?
> 
> Alex
> 
> 


-- 
Juan Sanchez
Juan.Sanchez at amd.com
800-538-8450 Ext. 54395
512-602-4395




More information about the CMake mailing list