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

2016-01-20 Thread Andrey Pokrovskiy
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 wrote: > On 01/19/2016 09:20 PM, Andrey Pokrovskiy wrote: >> Previous implementation had two

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

2016-01-20 Thread Brad King
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

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

2016-01-19 Thread Andrey Pokrovskiy
>From 7b01d1aed22b16fd81c3ae47dd51311e9a15187a Mon Sep 17 00:00:00 2001 From: wonder-mice Date: Tue, 19 Jan 2016 18:13:10 -0800 Subject: [PATCH] Fix args handling in cmake -E time Previous implementation had two issues: * Quotes in arguments where not escaped * No special