[cmake-developers] Introduction and volunteering for the Matlab package
Raffi Enficiaud
raffi.enficiaud at free.fr
Thu Feb 26 15:23:02 EST 2015
Thanks! here is the patch then, replacing the previous one, rebased on 1416d214b3.
Best,
Raffi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Simplified-workflow.patch
Type: application/octet-stream
Size: 22748 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150226/1d771fd9/attachment-0001.obj>
-------------- next part --------------
> On 26 Feb 2015, at 18:52, Brad King <brad.king at kitware.com> wrote:
>
> On 02/26/2015 12:06 PM, Raffi Enficiaud wrote:
>> Is it possible to redirect the input stream of execute_process
>> from /dev/null on OSX and Linux ?
>
> Yes:
>
> INPUT_FILE /dev/null
>
> and on Windows:
>
> INPUT_FILE NUL
>
> -Brad
>
More information about the cmake-developers
mailing list