[
https://issues.apache.org/jira/browse/PROTON-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arunagirinadan Sudharshan updated PROTON-2391:
----------------------------------------------
Fix Version/s: proton-c-0.34.0
Description:
If non-existing binding specified in cmake command for -DBUILD_BINDING, they
are skipped and doesn't raise any error or warning.
cmake .. -DMAKE_INSTALL_PREFIX=install -DBUILD_BINDINGS='python;something'
The correct separator is `;`, if `,` is used it is requesting a single binding
has `python,something`. Documentation for option are needed.
was:
If non-existing binding specified in cmake command for -DBUILD_BINDING, they
are skipped and doesn't raise any error or warning.
cmake .. -DMAKE_INSTALL_PREFIX=install -DBUILD_BINDINGS='python,something'
> Non existing binding specified in -DBUILD_BINDINGS are skipped without
> raising error
> ------------------------------------------------------------------------------------
>
> Key: PROTON-2391
> URL: https://issues.apache.org/jira/browse/PROTON-2391
> Project: Qpid Proton
> Issue Type: Bug
> Components: build
> Reporter: Arunagirinadan Sudharshan
> Priority: Major
> Fix For: proton-c-0.34.0
>
>
> If non-existing binding specified in cmake command for -DBUILD_BINDING, they
> are skipped and doesn't raise any error or warning.
> cmake .. -DMAKE_INSTALL_PREFIX=install -DBUILD_BINDINGS='python;something'
> The correct separator is `;`, if `,` is used it is requesting a single
> binding has `python,something`. Documentation for option are needed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]