[
https://issues.jenkins-ci.org/browse/JENKINS-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
evernat updated JENKINS-9223:
-----------------------------
Component/s: cmakebuilder
(was: plugin)
fixing the component in this issue
> cmake plugin swallows additional arguments containing = characters
> ------------------------------------------------------------------
>
> Key: JENKINS-9223
> URL: https://issues.jenkins-ci.org/browse/JENKINS-9223
> Project: Jenkins
> Issue Type: Bug
> Components: cmakebuilder
> Environment: Linux host and guests, cmake plugin version 1.8
> Reporter: Johannes Wienke
>
> The cmake plugin swallows additional cmake arguments given with a -D option
> if the value of the argument contains a = character. For instance this works
> perfectly:
> -DRSC_DIR=${WORKSPACE}/RSC/labelfoo
> but:
> -DRSC_DIR=${WORKSPACE}/RSC/label=foo
> is not passed to the called cmake. On a normal command line in linux this is
> not a problem for cmake. I've also tried to quote the path with no success.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira