Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Compiling without link to Boost::Thread

Subject: CGAL users discussion list

List archive

[cgal-discuss] Compiling without link to Boost::Thread


Chronological Thread 
  • From: marcosscriven <>
  • To:
  • Subject: [cgal-discuss] Compiling without link to Boost::Thread
  • Date: Wed, 20 Feb 2013 12:47:58 -0800 (PST)

Hi

I'm just trying to compile CGAL *without* a dependency on Boost::Thread. The
only reference I can find in the actual code is in Residue_type.cpp. The
macro in there is CGAL_HAS_THREADS - but I can't see anywhere in the cmake
modules, or in the generated makefile, where that's set.

I've tried also tried:

cmake Boost_USE_MULTITHREADED=OFF .

But even then it links against libboost-thread-mt!

Any help removing this dependency much appreciated.

Thanks

Marcos





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compiling-without-link-to-Boost-Thread-tp4656783.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page