[CMake] Copyonly symlink ?

2007-11-01 Thread Félix C. Morency
Hi, With the CONFIGURE_FILES( ... COPYONLY ) command, is it possible to make a symlink to the file on system that supports symlink and really copy the file on system that doesn't support symlink ? If not, is there another way to do this ? Regards, Félix C. Morency

Re: [CMake] Copyonly symlink ?

2007-11-01 Thread Brandon Van Every
On Nov 1, 2007 11:31 AM, Félix C. Morency [EMAIL PROTECTED] wrote: Hi, With the CONFIGURE_FILES( ... COPYONLY ) command, is it possible to make a symlink to the file on system that supports symlink and really copy the file on system that doesn't support symlink ? I don't think so. If not,