Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] where is CGAL_MAKEFILE ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] where is CGAL_MAKEFILE ?


Chronological Thread 
  • From: Chaman Singh Verma <>
  • To:
  • Subject: Re: [cgal-discuss] where is CGAL_MAKEFILE ?
  • Date: Tue, 6 Oct 2009 10:44:12 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=VH39ljVs+3BPmXzrRsy/rnAQRkMAlQyIhiF1J6rChpRxL4DaF7W+JDfz6dGMwDNLhc svuGs6+WTxR6BxYFq3iDptXFgXCZBK82Eat/qfe4WQ9ac+eLu4nLIaU/lK2AYo+TTMPg IcUQipudGGHJkhN3wbbxDQbEDQFuG/u8/u/qE=



On Tue, Oct 6, 2009 at 7:13 AM, Laurent Rineau (GeometryFactory) <> wrote:
On Tuesday 06 October 2009 04:44:55 wrote:
> Hello,
>
> I just compiled CGAL 3.5 but similar to old version, which CGAL_MAKEFILE I
> should specify in
> applications ?

Since CGAL-3.4, there are no longer any equivalent to CGAL_MAKEFILE, now that
CGAL build system is CMake (whereas previously it was a home-made shell
script).

Were you using cgal_create_makefile, to create your Makefile? If you are
willing to switch also to CMake, there is that script
cgal_create_cmake_scripts, that does the same job: create a default
CMakeLists.txt file, that is to be used with CMake.

If you are not willing to switch to CMake, ask us again with more details
about your needs, and maybe we will be able to help you further.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss

Hello,

I wish we could switch to cmake soon, but it is not going to happen. But we manually created a similar Makefile and it is working.

Thanks for the help.

csv




Archive powered by MHonArc 2.6.16.

Top of Page