Thread Previous • Date Previous • Date Next • Thread Next |
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
Thread Previous • Date Previous • Date Next • Thread Next |