On 05/20/2014 10:19 AM, clin...@elemtech.com wrote:
> when cmcldeps calls cmSystemTools::RunSingleCommand(),
> the stderr and stdout are merged inconsistently.
[snip]
> I'm not sure if cmcldeps can be changed to ignore stderr

KWSys.Process does treat stdout/stderr separately and has
many options to control them.  It can even be told to connect
the child process stderr directly to that of the parent
process.  RunSingleCommand does this with OUTPUT_PASSTHROUGH
for both pipes.  It could be taught another option to do
this only for stderr.  Or, cmcldeps could use KWSys Process
directly the way it needs instead of using RunSingleCommand.

As Nils pointed out, "deps=msvc" is already preferred.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to