Re: [CMake] execute_process: OUTPUT_FILE vs. ERROR_FILE

2014-09-05 Thread Nils Gladitz
On 09/04/2014 11:12 PM, Nico Schlömer wrote: referring to the documentation of execute_process() [1], is there a defined behavior about what happens if OUTPUT_FILE and ERROR_FILE point to the same file? On windows execute_process() will fail and complain that the file is already being used by

[CMake] execute_process: OUTPUT_FILE vs. ERROR_FILE

2014-09-04 Thread Nico Schlömer
Hi all, referring to the documentation of execute_process() [1], is there a defined behavior about what happens if OUTPUT_FILE and ERROR_FILE point to the same file? Cheers, Nico [1] http://www.cmake.org/cmake/help/v2.8.12/cmake.html#command:execute_process -- Powered by www.kitware.com Plea