Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Compiling a basic CGAL program in C++ on Mac OS X 10.7.2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Compiling a basic CGAL program in C++ on Mac OS X 10.7.2


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Compiling a basic CGAL program in C++ on Mac OS X 10.7.2
  • Date: Thu, 08 Dec 2011 07:19:28 +0100

Bagga wrote:
Yes you are right. Thank you so much but the problem is I cannot do any
change in that file (/opt/local/lib/cmake/CGALConfig.cmake)

here is the content of that file
set(CGAL_INCLUDE_DIRS "/opt/local/include" )
set(CGAL_MODULES_DIR "/opt/local//opt/local/lib/cmake" )
set(CGAL_LIBRARIES_DIR "/opt/local/lib" )

But this file doesn't allow me to make any changes in it.
I cannot change anything in this file :-s

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compiling-a-basic-CGAL-program-in-C-on-Mac-OS-X-10-7-2-tp4166413p4170293.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

You need to change that file as root.
You can also download the source and compile it yourself.

Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page