|
Boost Interest : |
Subject: Re: [Boost-cmake] Build failures on Mac OS X 10.5
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-03-03 11:13:33
Michael Jackson wrote:
> Well, basically I am confused. Is ICU bundled with Boost? It has been a
> Looooong time since I dug into the boost sources.
Any system-install ICU is just detected by cmake (see
tools/build/CMake/FindICU.cmake), and boost builds against it, if it is
there.
> And, yes, CMake has the CMAKE_OS_X_ARCH variable which you can set to
> any combination of ppc,ppc64,x86,x86_64 for any where from a "single
> binary to a quad binary".
>
Ah, there we go. Thanks.
-t