<div dir="ltr">Hi,<div><br></div><div>I'm trying to build an open source package (openimageio, if it matters) and would like to have cmake use a specific build of the jpeg library for that project. It looks like the jpeg library that's used is determined in the line:</div>
<div><br></div><div>find_package (JPEG REQUIRED)</div><div><br></div><div>So I'd like to modify the behaviour of that command so that it finds the lib and include files that I've custom built at, say, /myjpeg/lib/libjpeg.a, etc</div>
<div><br></div><div>Is there an easy way to do this? I would prefer if I could guarantee that it doesn't pick up the system libjpeg.a file.</div><div><br></div><div>cheers,</div><div>Ramin</div></div>