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: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] [Solved] CGAL 4.1: Cmake configuration for Boost on Windows
  • Date: Sat, 07 Sep 2013 18:33:23 +0200
  • Organization: GeometryFactory

On 07/09/2013 18:05,

wrote:
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 ....

In cmake-gui select Advanced
The variable is CGAL_Boost_USE_STATIC_LIBS


andreas



Archive powered by MHonArc 2.6.18.

Top of Page