fix crash when path has spaces
authorVincent Rabaud <vrabaud@willowgarage.com>
Fri, 1 Nov 2013 18:30:58 +0000 (19:30 +0100)
committerVincent Rabaud <vrabaud@willowgarage.com>
Fri, 1 Nov 2013 18:30:58 +0000 (19:30 +0100)
commite1b2f593d6463674b9bb5be20f3da9570759993f
treeb10dba4230d07ca390ab6e42d42b368a70041099
parent886c009da6564296dd58a31919c2e676225705df
fix crash when path has spaces
The paths are defined properly with an escape "\ " but you cannot have an escape and
quotes when piping (otherwise, escapes are understood as 2 characters).
So just remove the quotes.
modules/java/CMakeLists.txt