orocos-toolchain/ocl

Add PLUGINS_ENABLE_MARSHALLING option

Opened this issue · 1 comments

OCL does not build if PLUGINS_ENABLE_MARSHALLING is passed to rtt

I assume what is meant is that OCL does not build if PLUGINS_ENABLE_MARSHALLING=OFF. By default the option is ON.

I think the reporting and deployment components would have to be built conditionally because they depend on functionality provided by the marshalling plugin. You can disable these components manually by building OCL with -DBUILD_DEPLOYMENT=OFF -DBUILD_REPORTING=OFF.