[cmake-developers] [PATCH] Fix args handling in cmake -E time

Brad King brad.king at kitware.com
Wed Jan 20 09:01:42 EST 2016


On 01/19/2016 09:20 PM, Andrey Pokrovskiy wrote:
> Previous implementation had two issues:
> * Quotes in arguments where not escaped
> * No special treatment for arguments with spaces

Thanks for pointing this out.  Please try this alternative fix:

 cmake: Fix `-E time` argument passing to child
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1787269e

Technically this is an incompatibility but I think most uses of
this command would be interactive anyway.

-Brad



More information about the cmake-developers mailing list