On Jan 21, 2008 6:16 AM, pepone. onrez <pepone.onrez at gmail.com> wrote:
>
> SET ( COPY_FILE cp -v )
Better: ${CMAKE_COMMAND} -E copy
Type cmake -E for details of OS portable commands.
Your example build fails on Cygwin with the same problem.
Cheers,
Brandon Van Every