Feature #1476

Updated by S. Wrede almost 11 years ago

In my current scenario, I want to explicitly switch off compilation for OpenCV converters (as OpenCV as (OpenCV can not be easily build as a univeral binary on MacOS). Currently, this seems not possible as what is build is completely determined through the found packages in the configuration step.

possible. Once we modularize the converters into separate libraries this shouldn't be a problem any longer. For instance, in this case, the best solution would be to have a dedicated plugin library for OpenCV with a library architecture that matches the installed version of the dependency. Another aspect in favor of the plugin system...

Back