From the CGAL documentation i can read: For Visual C++ versions prior to 2015 Boost.Thread is required, so make sure to either install the precompiled libraries for your compiler or build libboost-thread and libboost-system.
It turns out that Boost.Thread produces some problems when combined with Microsoft's CLR, therefore I would like to avoid using it for the moment.
Using boost threads when compiling with /clr
I am currently building CGAL in header only mode and using Visual Studio 2015, how can I disable the linking to boost.thread?