Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Configuration of CMake to produce only one particular Demo (I don't care about any others)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Configuration of CMake to produce only one particular Demo (I don't care about any others)


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Cc: A S <>
  • Subject: Re: [cgal-discuss] Configuration of CMake to produce only one particular Demo (I don't care about any others)
  • Date: Fri, 16 Oct 2009 08:18:03 +0200
  • Organization: GeometryFactory

Le mercredi 14 octobre 2009 04:20:09, A S a écrit :
> My second question, if I want only to build a Demo of "Alpha_shapes_2,"
> which of the following CMake line items need to be checked in their
> checkboxes? (I'm guessing WITH_examples doesn't need a check. What about
> the others?)

It you only want to
build Alpha_shapes_2, launch first the cmake-gui in the CGAL root directory,
do
not check WITH_demos and WITH_examples. Configure, Generate, then build CGAL
libraries using the generated solution.

Then, launch gmake-gui a second time in the directory demo/Alpha_shapes_2/.
You will perhaps need to fill the CGAL_DIR cmake variable. Then the generated
that will be created is only for that alpha shape demo.

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



Archive powered by MHonArc 2.6.16.

Top of Page