Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] debug and release versions


Chronological Thread 
  • From: Dominik Szczerba <>
  • To:
  • Subject: [cgal-discuss] debug and release versions
  • Date: Mon, 13 Oct 2014 19:26:29 +0200

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



Archive powered by MHonArc 2.6.18.

Top of Page