Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] debug and release versions

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] debug and release versions


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] debug and release versions
  • Date: Thu, 23 Oct 2014 09:34:02 +0200
  • Organization: GeometryFactory

On 10/13/2014 07:26 PM, Dominik Szczerba wrote:
Hi,

What is the strategy to build both debug and release versions of CGAL
on Windows 64 bit MSVC 2012 with corresponding debug and release
versions of BOOST? I try things like

cmake -DBOOST_LIBRARYDIR:PATH=C:/boost_1_55_msvc-11.0_lib_x64/\$(Configuration

but cmake configuration fails saying that boost libs are not found. If
I use "release" and "debug" explicitly then it works, but then I have
to make two separate builds for debug and release.

Can you please advise?

Thanks
Dominik

have you tried following the tutorial at
http://www.cgal.org/windows_installation.html

The selection of debug and release version of boost depending on the
option in MSVC is then automatic.

Sebastien.



Archive powered by MHonArc 2.6.18.

Top of Page