Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Can not create CMakeLists.txt

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Can not create CMakeLists.txt


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Can not create CMakeLists.txt
  • Date: Wed, 16 Oct 2013 15:28:00 -0700
  • Organization: GeometryFactory

In this version of CGAL, the script is named:

cgal_create_cmake_script

BTW, you should try to use a more recent release of CGAL.
See here:
http://www.cgal.org/FAQ.html#debian_packages

Sebastien.

On 10/16/2013 03:14 PM, Samaras wrote:
Dear all,

I just installed CGAL-3.6.1 in ubuntu 12.04. I was able to build and run
the examples, but not the demos (but that doesn't bother me a lot at this
moment. I am eager to get started).

I am copying-pasting the same exact code from an example in a newly
created main.cpp file. Now I want to compile this file and run it.

From the "Installation Manual" on the site, I see that I need to do
something like that:
cd /path/to/program
cgal_create_CMakeLists -s executable<-- command not found!!
cmake -DCGAL_DIR=$HOME/CGAL-4.2 .<- I use 3.6.1 here
make

My script folder is this:
samaras@samaras-A15:~/CGAL-3.6.1/scripts$ ls
cgal_create_cmake_script cgal_make_macosx_app
so I am missing the cgal_create_CMakeLists? What should I do now?

If I do cmake, I receive this: CMake Error: The source directory
"/home/samaras/CGAL-3.6.1/projects" does not appear to contain
CMakeLists.txt.

Thanks you in advance,
George



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Can-not-create-CMakeLists-txt-tp4658221.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page