Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] [Solved] CGAL 4.1: Cmake configuration for Boost on Windows

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] [Solved] CGAL 4.1: Cmake configuration for Boost on Windows


Chronological Thread 
  • From: <>
  • To: <>
  • Subject: RE: [cgal-discuss] [Solved] CGAL 4.1: Cmake configuration for Boost on Windows
  • Date: Sat, 7 Sep 2013 17:05:34 +0100

Ended up rebuilding Boost with the following:

bjam.exe toolset=msvc --build-dir=u:\pkg\boost\build --with-test
--with-system --with-wave --with-filesystem --with-program_options
--with-date_time --with-thread variant=release,debug threading=multi
link=shared runtime-link=shared install --prefix=u:\pkg\boost

i.e. CGAL expects all boost libraries to be packaged as DLL files on
Windows.

Need to find out how to configure CGAL to expect static boost libraries and
MSVC runtimes ....






Archive powered by MHonArc 2.6.18.

Top of Page