Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi diagrams

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi diagrams


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi diagrams
  • Date: Fri, 20 May 2011 12:30:35 +0200
  • Organization: GeometryFactory

On vendredi 20 mai 2011 12:21:09 Brian Sanjeewa Rupasinghe wrote:
> Hi,
>
> In the add entry, i find four things to input; name, type, value and
> description.
> Please help to input values in this. I think for type PATH should be
> selected
> and is it ok given there: c:/program files/boost/boost_1_46_1/boost

The right value for Boost_INCLUDE_DIR is:
c:/program files/boost/boost_1_46_1

The rational is that Boost headers are included using
#include <boost/something.hpp>
See the "boost/" prefix in the #include directive?

If I remember well, you *need* to remove all Boost variable in the CMake-GUI
before setting BOOST_ROOT because BOOST_ROOT is only used once to initialized
those variables.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page