I want to execute the following command using EXECUTE_PROCESS.

EXECUTE_PROCESS( COMMAND rm -vf  */*.*~ RESULT_VARIABLE ret_var)

I have some abc.txt~ files.

The result variable shows 0 as its value, signifying that the command has been 
executed properly. The above mentioned files still exists.

Thanks for your advice in advance.

Regards,

Ajay Divekar
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to