[CMake] Timestamps...

vanroose Peter.Vanroose at esat.kuleuven.ac.be
Thu Oct 28 03:30:49 EDT 2004


> 4) I first copy it to buildroot/X/app.rc
> 5) It then gets copied into buildroot/Y/app.rc.
> 6) (The copying is done via custom commands where buildroot/Y/app.rc
> 
> depends on buildroot/X/app.rc).

I'm assuming you are running UNIX.
Replace this last copy by a "cp -p"
That way, both files will have exactly identical timestamps.

--      Peter Vanroose.


More information about the CMake mailing list