Re: [CMake] stderr and stdout in cmake

2012-07-30 Thread Michael Wild
On 07/30/2012 04:12 PM, luxInteg wrote: > Greetings > > I have a bash script (from an auto-tools Makefile ) to translate > to cmake > > > My 'translation might go something like thios > > execute_process(COMMAND ${some_command} '2>&1' INPUT_FILE > ${someFile2} OUTPUT_FILE/dev/nul

[CMake] stderr and stdout in cmake

2012-07-30 Thread luxInteg
Greetings I have a bash script (from an auto-tools Makefile ) to translate to cmake My 'translation might go something like thios execute_process(COMMAND ${some_command} '2>&1' INPUT_FILE${someFile2} OUTPUT_FILE/dev/null