[CMake] Re: Custom build step

Brandon Van Every bvanevery at gmail.com
Mon Jan 21 07:40:03 EST 2008


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


More information about the CMake mailing list