Re: [CMake] 'cmake -E copy_directory' fails

2009-09-25 Thread Kelly (KT) Thompson
On Fri, Sep 25, 2009 at 12:06 PM, Eric Noulard wrote: 2009/9/25 Kelly (KT) Thompson : > > Hi, > > > > I am having intermittent trouble executing > > > > $ cmake -E copy_directory /full/path/to/large/directory /new/path > > > > Originally, the copy_directory was failing deep in my build system > >

Re: [CMake] 'cmake -E copy_directory' fails

2009-09-25 Thread Eric Noulard
2009/9/25 Kelly (KT) Thompson : > Hi, > > I am having intermittent trouble executing > > $ cmake -E copy_directory /full/path/to/large/directory /new/path > > Originally, the copy_directory was failing deep in my build system > (add_custom_command), but the failure is repeatable from the command li

[CMake] 'cmake -E copy_directory' fails

2009-09-25 Thread Kelly (KT) Thompson
Hi, I am having intermittent trouble executing $ cmake -E copy_directory /full/path/to/large/directory /new/path Originally, the copy_directory was failing deep in my build system (add_custom_command), but the failure is repeatable from the command line (exactly as shown above). The failure mes