<div dir="ltr">I'm having a hard time getting 3rd party drivers built on OSX, namely the sbig driver, because nothing defines this preprocessor macro but it's required to build on OSX. If I add the following to the cmake configs of every 3rd party project I can get them to build, is that the best solution? How are others able to build the projects without this defined?<div><br></div><div><div>IF(APPLE)</div><div>add_definitions(-DOSX_EMBEDED_MODE)</div><div>ENDIF(APPLE)</div><div><br></div><div><br></div><div>Also, I've turned on building 3rd party projects on travis ci for my fork and it fails on a lot of things for both Linux and OSX. Are all 3rd party drivers expected to build out of the box?</div><div><div><br></div><div class="gmail_signature">Thanks for any tips,</div><div class="gmail_signature">Sean</div>
</div></div></div>