What should I set Boost_USE_MULTITHREADED to be in my environment so that CMake uses mult-threaded versions of boost libraries on my mac?
If I force option(Boost_USE_MULTITHREADED "Use the multithreaded Boost libraries." ON) in CMakelists.txt, DOLFIN builds fine. Otherwise, it fails to find boost_thread(-mt) and halts. Harish _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp