Hi James,

The Find3rdPartyDepedendencies.cmake is written specific for Windows
pre-built dependency package and isn't appropriate for other platforms.
Other platforms we just rely on the standard CMake find scripts to find
each dependencies independently.

If the default Cmake find scripts don't find the lib you are looking from
using ccmake . to bring up the console based UI for setting various build
variables such as paths to the 3rd Party libs.

Robert.


On 5 September 2013 16:40, James Turner <[email protected]> wrote:

>
> On 5 Sep 2013, at 17:23, James Turner <[email protected]> wrote:
>
> OSG_3RDPARTY_BIN seems like it was designed to do this, based on my
> reading of Find3rdPartyDependencies.cmake, but there's no examples of using
> it anywhere that Google can find. Can someone provide one?
>
>
> My reading was wrong, I've seen the code that searches
> <sourcedir>/../3rdparty now. This mechanism seems very Windows-centric, so
> I'm left wondering the correct way to tailor *just* the FreeType detection
> without disturbing anything else.
>
> Regards,
> James
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to