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 s
[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
progra
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
program is runned on its own it w