Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CMake QT4 Building Demos

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CMake QT4 Building Demos


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CMake QT4 Building Demos
  • Date: Thu, 23 Feb 2012 11:38:33 +0100
  • Organization: GeometryFactory

Le jeudi 23 février 2012 00:20:10 Julian Hodgson a écrit :
> I'm running cmake-gui in C:/Program Files (x86)/CGAL-3.9/

Don't!

C:/Program Files and C:/Program Files (x86) are special directories on
Windows, where only installers run by the administrator are supposed to be
able to write.

In CMake-GUI, choose C:/Program Files (x86)/CGAL-3.9/ as the source
directory,
but a *user directory* as the binary directory.

What is more, even if you would have the bad (stupid?) idea to run cmake-gui
as the administrator, the parenthesis in the name of "C:/Program Files (x86)"
cause a bug in some macros of CMake, and that may also explain why you have
an
unpredictable behavior of CMake.

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