>>>>> Philip Rooke <[email protected]> writes:
> Have to admit I am not making much progress at the moment. Basically I
> can't get Cmake to admit that I really do have boost installed.
The following variable settings might help:
cmake -DBOOST_ROOT=/usr/local
-DBOOST_INCLUDEDIR=/usr/local/include/boost-1_49
-DBoost_COMPILER=-clang-darwin
That's what I use on my machine, since I don't use the MacPorts build (in
which case these are not necessary).
John
