MantisBT - CMake
View Issue Details
0005821CMakeCMakepublic2007-10-03 12:352016-06-10 14:30
goatboy160 
Bill Hoffman 
normalfeaturealways
closedmoved 
 
 
0005821: Add Copy/Move Operations to the FILE command
It would be very handy to implement the following functions in the FILE command
COPY - copy a file (optionally with a GLOBBING parameter)
MOVE - move a file (optionally with a GLOBBING parameter)
COPY_DIRECTORY
MOVE_DIRECTORY
No tags attached.
Issue History
2007-10-03 12:35goatboy160New Issue
2007-11-19 10:12Alex NeundorfCategoryCCMake => CMake
2007-12-18 09:58Bill HoffmanStatusnew => assigned
2007-12-18 09:58Bill HoffmanAssigned To => Bill Hoffman
2008-10-01 17:09Bill HoffmanNote Added: 0013694
2016-06-10 14:27Kitware RobotNote Added: 0041390
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0013694)
Bill Hoffman   
2008-10-01 17:09   
There is cmake -E copy_file which does that. You can run it with execute_process and ${CMAKE_COMMAND}
(0041390)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.