[CMake] Unneeded escaping: how to stop it?
Brandon Van Every
bvanevery at gmail.com
Mon Jan 28 11:32:04 EST 2008
On Jan 28, 2008 1:44 AM, Steven Van Ingelgem <steven at vaningelgem.be> wrote:
> It didn't help very much though :S
>
> Now I get:
> COMMAND if [ ! -e TEST ]; then echo ok && echo 2 && echo "test"; fi
> ==>
> if [ ! -e TEST "];" then echo ok "&&" "echo \"test\";" ">/dev/null" fi
>
>
> So clearly the first case was better :)
Could you please provide a trivial reproducer script using VERBATIM?
I can't follow the e-mail threads of what you're actually having a
problem with, you've skipped around from command to command to
command. By "trivial" I mean 1 line of mis-translating text, not a
dump of whatever project you're working on.
Cheers,
Brandon Van Every
More information about the CMake
mailing list