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

Andrey Pokrovskiy wonder.mice at gmail.com
Wed Jan 20 13:55:27 EST 2016


Thanks, Brad.

Your patch is much better. I also was looking for overload that
receives a vector, but for some reason didn't find it...

On Wed, Jan 20, 2016 at 6:01 AM, Brad King <brad.king at kitware.com> wrote:
> 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