[CMake] Re: framework search order

William A. Hoffman billlist at nycap.rr.com
Mon Jan 2 11:07:53 EST 2006


At 07:17 AM 12/31/2005, E. Wing wrote:
>So I'm thinking that for CMake, you should actually make the compile
>search order match the runtime search order as I had suggested before:
>1) The ~/Library/Frameworks directory.
>2) The /Library/Frameworks directory.
>3) The /Network/Library/Frameworks directory.
>4) The /System/Library/Frameworks directory.

OK, I have changed the search order to be the above.  However, this is
not the "compile" search order.  It is the cmake search order for frameworks.
Depending on which frameworks cmake finds, and how they are linked into
programs, cmake will specify the -F based on what was used.

-Bill



More information about the CMake mailing list