RE: [CMake] Reading from stdin during exec_program

2007-03-04 Thread develop
Subject: Re: [CMake] Reading from stdin during exec_program [EMAIL PROTECTED] wrote: Hi there, I am having some problems reading from stdin, from an external program executed using the exec_program command. The external program is a c++ program just reading a string from stdin(actually

Re: [CMake] Reading from stdin during exec_program

2007-03-03 Thread Filipe Sousa
[EMAIL PROTECTED] wrote: Hi there, I am having some problems reading from stdin, from an external program executed using the exec_program command. The external program is a c++ program just reading a string from stdin(actually reading one line), and writing something to stdout. When this