yarp icon indicating copy to clipboard operation
yarp copied to clipboard

The YARP_DISABLE_OSX_BUNDLES option should be removed

Open drdanz opened this issue 6 years ago • 0 comments
trafficstars

On macOS, executables are built twice, to support macOS bundles All sources are actually compiled twice, unless the YARP_DISABLE_OSX_BUNDLES option is enabled. With recent CMake versions we have OBJECT libraries, that could be used to allow the normal application and the bundle to share the same object files, avoiding to build them twice.

drdanz avatar Jul 30 '19 12:07 drdanz