[Cmake] Stange behaviour: Probable bug?

Brad King brad . king at kitware . com
Tue, 16 Sep 2003 16:28:20 -0400 (EDT)


On Tue, 16 Sep 2003, Nitin Gupta wrote:
> 	If I change the date of my computer to a few
> 	months back say March the TryCompile test starts
> 	failing for generation of VS 6.0 and VS.Net
> 	projects.
>
> 	I saw this behaviour sometime back, it just
> 	crossed my mind now, so thought of updating
> 	you people. I didn't investigate much, though
> 	I plan to look into it sometime. Just seeking
> 	advise if something similar is already known!

VS does source dependencies internally.  CMake does not generate them. I
suspect that setting your clock back is confusing the dependency system
because it finds files dated in the future.

-Brad