Hi Hartmut,

On 25/6/09 1:05 AM, Hartmut Seichter wrote:
6. Search the paths specified by the PATHS option or in the short-hand version 
of the
command. These are typically hard-coded guesses.

On Darwin or systems supporting OS X Frameworks, the cmake variable
CMAKE_FIND_FRAMEWORK can be set to empty or one of the following:

There are ways to tweak that: include NO_DEFAULT_PATH in FIND_PATH(...) or check
frameworks last, after the standard libraries.  I chose the latter since it's
hopefully less likely to break things for anyone else.

Cheers, /ulrich

Sorry, I could've mentioned it, this was what I used in the end, set it to 
"LAST".
However, Robert has since committed code that disabled search for "stdint.h" 
for any
platform except Windows.

Cheers!
/ulrich
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to