Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
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.