Re: [CMake] compare_files and copy_if_different

2009-03-24 Thread David Cole
It should as long as both file names are files (as opposed to directories...) Both use SystemTools::FilesDiffer to determine the difference status. HTH, David On Mon, Mar 23, 2009 at 6:32 PM, James Bigler wrote: > Could someone tell me if the logic behind compare_files and > copy_if_different

[CMake] compare_files and copy_if_different

2009-03-23 Thread James Bigler
Could someone tell me if the logic behind compare_files and copy_if_different are the same when using cmake -E? I want to test if the copy_if_different will actually make the copy when issued. Thanks, James ___ Powered by www.kitware.com Visit other Ki