[cmake-developers] Introduction and volunteering for the Matlab package

Brad King brad.king at kitware.com
Thu Feb 26 12:52:33 EST 2015


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