MantisBT - CMake
View Issue Details
0001028CMakepublic2004-08-03 16:422005-02-24 08:17
David Somers 
Brad King 
lowfeaturealways
closedfixed 
 
 
0001028: allow ADD_CUSTOM_COMMAND to execute multipe commands
ADD_CUSTOM_COMMAND only allows a single command to be executed. Sometimes, however, it is necessary to run a sequence of commands when the dependent files have changed, and stringing a sequence of ADD_CUSTOM_COMMANDS together would be impratical... therefore, it would be great if ADD_CUSTOM_COMMANDS could execute more than 1 command.
No tags attached.
Issue History

Notes
(0002105)
Ken Martin   
2005-02-23 16:00   
I believe this has been fixed in CVS
(0002108)
Brad King   
2005-02-24 08:17   
Correct, this feature has been implemented in CVS and a test has been added to keep it working.