>>>>> Philip Rooke <[email protected]> writes:
> After some trial and error the only thing I have noticed is that the boost
> libraries are installed under names like:
> libboost_regex-mt.a libboost_regex-mt.dylib
> That's what homebrew does (mt = multi-threaded??) and it is the only version
> of the files that are installed.
Aha. I have this in my CMake config:
set(Boost_USE_MULTITHREADED OFF)
Can you try deleting that line in ledger/CMakeLists.txt and trying again?
John
