Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] CGAL

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] CGAL


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] CGAL
  • Date: Mon, 30 Jan 2012 14:37:11 +0100
  • Organization: GeometryFactory

Le lundi 30 janvier 2012 08:46:55 Sebastien Loriot a écrit :
> On 01/28/2012 10:53 PM, apfz wrote:
> > I succesfully installed CGAL on Mac OS X 10.7.
> >
> > How do I configure cgal in my bash-profile?
>
> There is nothing required as everything can be specified when calling
> cmake. However, it is convenient to set environment variable that are
> use (like CGAL_DIR=path/to/CGALConfig.cmake generated when CGAL was
> configured and compiled).

Be careful: CGAL_DIR must be a path to a *directory*. If the full path of the
file CGALConfig.cmake is /path/to/my/CGALConfig.cmake, then CGAL_DIR must be:

CGAL_DIR=/path/to/my

and then call:

export CGAL_DIR

--
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