[cmake-developers] CMake 3.1 regression with incremental builds ?

Brad King brad.king at kitware.com
Fri Nov 7 11:52:45 EST 2014


On 11/07/2014 11:43 AM, Ben Boeckel wrote:
>> IIUC that is to create a cmSourceFile entry for the object file
>> corresponding to the source file.  They are different entries.
> 
> Do we know the source file doesn't exist at this point? If so,
> CreateSourceFile would be better.

My take: Normally it shouldn't because there should be exactly one
object file per source file per target in a unique location.

Steve?

OTOH, it is possible that application code tries to set a
property on an object file ahead of time.

Thanks,
-Brad



More information about the cmake-developers mailing list