Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Philipp Moeller <>
  • To: marcosscriven <>
  • Cc:
  • Subject: Re: [cgal-discuss] Re: Compiling without link to Boost::Thread
  • Date: Sat, 23 Feb 2013 12:10:17 +0100
  • Organization: GeometryFactory

marcosscriven
<>
writes:

> I eventually found:
>
> find_package( Boost 1.33.1 REQUIRED thread )
>
> In cmake/modules/CGAL_SetupBoost.cmake
>
> So that's removed the dynamic dependency, and it's compiled ok

The problem is that the macro CGAL_HAS_THREADS isn't coupled to any
cmake definition on which the above find_package call could depend. We
should handle this the same way we currently handle other dependencies.



Archive powered by MHonArc 2.6.18.

Top of Page